From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: fix RealView EB SMSC ethernet version
Date: Thu, 08 Sep 2016 11:34:40 +0200 [thread overview]
Message-ID: <2936732.fO5Ya4c2gz@wuerfel> (raw)
In-Reply-To: <1473327032-31852-1-git-send-email-linus.walleij@linaro.org>
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
prev parent reply other threads:[~2016-09-08 9:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-08 9:30 [PATCH 1/2] ARM: dts: fix RealView EB SMSC ethernet version Linus Walleij
2016-09-08 9:34 ` Arnd Bergmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2936732.fO5Ya4c2gz@wuerfel \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox