diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2017-01-13 00:06:20 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-23 08:37:33 +0100 |
commit | 8fe1764ea8d27fd8d43e4c91ed169879f7c13c54 (patch) | |
tree | 3521e3bed8ab11070339ca76849c4353d746efeb /arch/arm | |
parent | ARM: dts: add Armadeus Systems OPOS6UL and OPOS6ULDEV support (diff) | |
download | linux-8fe1764ea8d27fd8d43e4c91ed169879f7c13c54.tar.xz linux-8fe1764ea8d27fd8d43e4c91ed169879f7c13c54.zip |
ARM: dts: vf610-zii-dev: add EEPROM entry to Rev C
The ZII Dev Rev C board has EEPROMs hanging the 88E6390 Ethernet switch
chips. Add an "eeprom-length" property to allow access from ethtool.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/vf610-zii-dev-rev-c.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts b/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts index fbedb7bb3628..6a45bd24ffe6 100644 --- a/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts +++ b/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts @@ -71,6 +71,7 @@ #size-cells = <0>; reg = <0>; dsa,member = <0 0>; + eeprom-length = <512>; ports { #address-cells = <1>; @@ -128,6 +129,7 @@ #size-cells = <0>; reg = <0>; dsa,member = <0 1>; + eeprom-length = <512>; ports { #address-cells = <1>; |