diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-07-17 22:25:02 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-07-25 11:05:22 +0200 |
commit | cefffa06b3493bc8004adb12aa4c043c8402d19d (patch) | |
tree | 78b0e2e2f9ecddc0c306a649be61557f8e806055 /arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | |
parent | ARM: dts: imx6: RDU2: Add DSA support for the Marvell 88E6352 (diff) | |
download | linux-cefffa06b3493bc8004adb12aa4c043c8402d19d.tar.xz linux-cefffa06b3493bc8004adb12aa4c043c8402d19d.zip |
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 <andrew@lunn.ch>
Tested-by: Chris Healy <cphealy@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi')
-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>; |