Message ID | 20170112230620.1735-1-vivien.didelot@savoirfairelinux.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Jan 12, 2017 at 06:06:20PM -0500, Vivien Didelot wrote: > 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> Applied, thanks.
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>;
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> --- arch/arm/boot/dts/vf610-zii-dev-rev-c.dts | 2 ++ 1 file changed, 2 insertions(+)