]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Add TBI PHY node to first MDIO bus
authorAndy Fleming <afleming@freescale.com>
Wed, 4 Jan 2012 21:28:31 +0000 (15:28 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 4 Jan 2012 21:33:51 +0000 (15:33 -0600)
commit220669495bf8b68130a8218607147c7b74c28d2b
treeaf31ad750cf3ea770084c4020e2eaa582e2393e3
parentdabc78403fc2ad96e6fc8b53c6c6abcc02e152ee
powerpc: Add TBI PHY node to first MDIO bus

Systems which use the fsl_pq_mdio driver need to specify an
address for TBI PHY transactions such that the address does
not conflict with any PHYs on the bus (all transactions to
that address are directed to the onboard TBI PHY). The driver
used to scan for a free address if no address was specified,
however this ran into issues when the PHY Lib was fixed so
that all MDIO transactions were protected by a mutex. As it
is, the code was meant to serve as a transitional tool until
the device trees were all updated to specify the TBI address.

The best fix for the mutex issue was to remove the scanning code,
but it turns out some of the newer SoCs have started to omit
the tbi-phy node when SGMII is not being used. As such, these
devices will now fail unless we add a tbi-phy node to the first
mdio controller.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p1010rdb.dtsi
arch/powerpc/boot/dts/p1020rdb.dtsi
arch/powerpc/boot/dts/p1021mds.dts
arch/powerpc/boot/dts/p1022ds.dts
arch/powerpc/boot/dts/p2020rdb.dts