diff options
author | Andrew Lunn <[email protected]> | 2017-07-17 22:25:02 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2017-07-25 17:05:22 +0800 |
commit | cefffa06b3493bc8004adb12aa4c043c8402d19d (patch) | |
tree | 78b0e2e2f9ecddc0c306a649be61557f8e806055 | |
parent | 0cce4d3cceba188b8b232ade7b93c2553243921d (diff) |
ARM: dts: imx6: RDU2: Add Switch EEPROM
The Marvell switch has an EEPROM connected to it. List the size in DT,
in order to enable access to it via ethtool.
Signed-off-by: Andrew Lunn <[email protected]>
Tested-by: Chris Healy <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index add53277379d..d67bf81524a2 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -636,6 +636,7 @@ #size-cells = <0>; reg = <0>; dsa,member = <0 0>; + eeprom-length = <512>; ports { #address-cells = <1>; |