diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-05-26 01:44:43 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-27 18:42:11 -0400 |
commit | 6c713a3a23154f4f0c2217ea39811ebe443dafaa (patch) | |
tree | 2c03325ba850ae9e89ecf0f7b58cc9fc9d1c4fa9 /Documentation | |
parent | e2a9aa5ab2a4d1fb05fcdfa9661d54e437093297 (diff) | |
download | linux-stable-6c713a3a23154f4f0c2217ea39811ebe443dafaa.tar.gz linux-stable-6c713a3a23154f4f0c2217ea39811ebe443dafaa.tar.bz2 linux-stable-6c713a3a23154f4f0c2217ea39811ebe443dafaa.zip |
net: dsa: mv88e6xxx: Add eeprom-length to binding
The binding documentation for the mv88e6xxx switch is missing the
eeprom-length property, which has been implemented since May 2016,
commit f8cd8753def0 ("dsa: mv88e6xxx: Handle eeprom-length property")
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/dsa/marvell.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/marvell.txt b/Documentation/devicetree/bindings/net/dsa/marvell.txt index 7ef9dbb08957..1d4d0f49c9d0 100644 --- a/Documentation/devicetree/bindings/net/dsa/marvell.txt +++ b/Documentation/devicetree/bindings/net/dsa/marvell.txt @@ -26,6 +26,10 @@ Optional properties: - interrupt-controller : Indicates the switch is itself an interrupt controller. This is used for the PHY interrupts. #interrupt-cells = <2> : Controller uses two cells, number and flag +- eeprom-length : Set to the length of an EEPROM connected to the + switch. Must be set if the switch can not detect + the presence and/or size of a connected EEPROM, + otherwise optional. - mdio : Container of PHY and devices on the switches MDIO bus. - mdio? : Container of PHYs and devices on the external MDIO |