diff options
author | Phil Elwell <phil@raspberrypi.org> | 2018-04-19 18:59:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-20 17:39:09 +0200 |
commit | 01d26589dee4b23376642fba333539605c52d324 (patch) | |
tree | c1bf2d6560eecefaa657a4f1882add0f9d8c5eeb /MAINTAINERS | |
parent | lan78xx: Read LED states from Device Tree (diff) | |
download | linux-01d26589dee4b23376642fba333539605c52d324.tar.xz linux-01d26589dee4b23376642fba333539605c52d324.zip |
dt-bindings: Document the DT bindings for lan78xx
The Microchip LAN78XX family of devices are Ethernet controllers with
a USB interface. Despite being discoverable devices it can be useful to
be able to configure them from Device Tree, particularly in low-cost
applications without an EEPROM or programmed OTP.
Document the supported properties in a bindings file.
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c952d3076a65..81465707d8a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14571,6 +14571,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/microchip,lan78xx.txt F: drivers/net/usb/lan78xx.* F: include/dt-bindings/net/microchip-lan78xx.h |