[PATCH 1/2] ARM: dts: fix RealView EB SMSC ethernet version
Arnd Bergmann
arnd at arndb.de
Thu Sep 8 02:34:40 PDT 2016
On Thursday, September 8, 2016 11:30:32 AM CEST Linus Walleij wrote:
> - /* SMSC 9118 ethernet with PHY and EEPROM */
> + /* SMSC LAN91C111 ethernet with PHY and EEPROM */
> ethernet: ethernet at 4e000000 {
> - compatible = "smsc,lan9118", "smsc,lan9115";
> + compatible = "smsc,lan91c111";
> reg = <0x4e000000 0x10000>;
> - phy-mode = "mii";
> reg-io-width = <4>;
The reg-io-width here needs to be 6 or 7, it's a mask of the possible
access widths, and as Russell pointed out it has to include 16-bit
accesses at least, but probably 8-bit access should also be enabled.
Arnd
More information about the linux-arm-kernel
mailing list