Commit 925b865f authored by Andrew Lunn's avatar Andrew Lunn Committed by Shawn Guo

ARM: dts: vf610-zii: Add switch eeprom-length properties

Two of the Ethernet switches on this board have EEPROMs connected.
Add the eeprom-length property to the device tree, making it possible
to access the EEPROM using ethtool -e.
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8b7be72b
...@@ -78,6 +78,7 @@ switch0: switch@0 { ...@@ -78,6 +78,7 @@ switch0: switch@0 {
interrupts = <27 IRQ_TYPE_LEVEL_LOW>; interrupts = <27 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
eeprom-length = <512>;
ports { ports {
#address-cells = <1>; #address-cells = <1>;
...@@ -163,6 +164,7 @@ switch1: switch@0 { ...@@ -163,6 +164,7 @@ switch1: switch@0 {
interrupts = <26 IRQ_TYPE_LEVEL_LOW>; interrupts = <26 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
eeprom-length = <512>;
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment