diff options
author | Christian Eggers <ceggers@arri.de> | 2020-11-20 12:21:04 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-25 17:53:45 -0800 |
commit | 4f36d97786c6ab8fc0f266ef62295b5868b7935e (patch) | |
tree | dc195b32f76d9fd751296a40e0ad0bb597f5993a /MAINTAINERS | |
parent | 0e1f1cc89a77e8ca63e4c2490e1facdca52f9b04 (diff) | |
download | linux-stable-4f36d97786c6ab8fc0f266ef62295b5868b7935e.tar.gz linux-stable-4f36d97786c6ab8fc0f266ef62295b5868b7935e.tar.bz2 linux-stable-4f36d97786c6ab8fc0f266ef62295b5868b7935e.zip |
dt-bindings: net: dsa: convert ksz bindings document to yaml
Convert the bindings document for Microchip KSZ Series Ethernet switches
from txt to yaml. Removed spi-cpha and spi-cpol flags is this should be
handled by the device driver.
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d36bee3f1f04..8545e72c495c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11487,7 +11487,7 @@ M: Woojung Huh <woojung.huh@microchip.com> M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com> L: netdev@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/net/dsa/ksz.txt +F: Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml F: drivers/net/dsa/microchip/* F: include/linux/platform_data/microchip-ksz.h F: net/dsa/tag_ksz.c |