Re: powerpc/85xx: Add P1023RDB board support
From: Chunhe Lan <hidden>
Date: 2013-07-30 10:16:54
From: Chunhe Lan <hidden>
Date: 2013-07-30 10:16:54
On 07/30/2013 09:09 AM, Scott Wood wrote:
On Fri, Jun 14, 2013 at 04:26:20PM +0800, Chunhe Lan wrote:quoted
Ethernet: eTSEC1: Connected to Atheros AR8035 GETH PHY eTSEC2: Connected to Atheros AR8035 GETH PHYWhere are the PHYs in the device tree?
"Atheros AR8035 GETH PHY" driver is module_init driver. It uses the
two structs of "static struct phy_driver at8035_driver" and
"static struct mdio_device_id __maybe_unused atheros_tbl" to
register at8035_driver.
So do not need to add PHYs in the device tree.
Thanks,
-Chunhe