From: Andrew Lunn <andrew@lunn.ch>
To: "Martin Hundebøll" <mnhu@prevas.dk>
Cc: "David S . Miller" <davem@davemloft.net>,
netdev@vger.kernel.org,
Vivien Didelot <vivien.didelot@savoirfairelinux.com>,
Florian Fainelli <f.fainelli@gmail.com>
Subject: Re: [PATCH net-next] dsa: slave: support phy devices on external MII bus
Date: Mon, 16 Oct 2017 14:40:02 +0200 [thread overview]
Message-ID: <20171016124002.GE4255@lunn.ch> (raw)
In-Reply-To: <20171016104525.26810-1-mnhu@prevas.dk>
> /* internal MII */
> mdio {
> switch0phy1@1 {
> reg = <1>;
> };
> };
>
> /* external MII */
> mdio1 {
> switch0phy0: switch0phy0@0 {
> reg = <0>;
> };
Hi Martin
You are missing a compatible string here. The binding document says:
- mdio? : Container of PHYs and devices on the external MDIO
bus. The node must contains a compatible string of
"marvell,mv88e6xxx-mdio-external"
Andrew
next prev parent reply other threads:[~2017-10-16 12:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-16 10:45 [PATCH net-next] dsa: slave: support phy devices on external MII bus Martin Hundebøll
2017-10-16 12:32 ` Andrew Lunn
2017-10-16 12:56 ` Martin Hundebøll
2017-10-16 13:16 ` Martin Hundebøll
2017-10-16 13:39 ` Andrew Lunn
2017-10-16 14:16 ` Florian Fainelli
2017-10-16 12:40 ` Andrew Lunn [this message]
2017-10-16 12:48 ` Martin Hundebøll
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=20171016124002.GE4255@lunn.ch \
--to=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=mnhu@prevas.dk \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@savoirfairelinux.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.