[PATCH] ARM: dts: vf610-zii-dev: add EEPROM entry to Rev C

Vivien Didelot vivien.didelot at savoirfairelinux.com
Thu Jan 12 15:06:20 PST 2017


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 at savoirfairelinux.com>
---
 arch/arm/boot/dts/vf610-zii-dev-rev-c.dts | 2 ++
 1 file changed, 2 insertions(+)

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>;
-- 
2.11.0




More information about the linux-arm-kernel mailing list