RE: [PATCH] powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree
From: Liberman Igal <hidden>
Date: 2015-12-22 08:53:21
Also in:
linux-devicetree
Regards, Igal Liberman
-----Original Message----- From: Shaohui Xie [mailto:shaohui.xie@nxp.com] Sent: Tuesday, December 22, 2015 8:27 AM To: Liberman Igal-B31950 <redacted>; devicetree@vger.kernel.org; linuxppc-dev@lists.ozlabs.org Cc: Wood Scott-B07421 <redacted>; Bucur Madalin- Cristian-B32716 [off-list ref]; Xie Shaohui-B21989 [off-list ref] Subject: RE: [PATCH] powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree =20quoted
@@ -55,6 +55,7 @@ fman@400000 { reg =3D <0xe0000 0x1000>; fsl,fman-ports =3D <&fman0_rx_0x08 &fman0_tx_0x28>; ptp-timer =3D <&ptp_timer0>; + pcsphy-handle =3D <&pcsphy0>; }; mdio@e1000 {@@ -62,5 +63,9 @@ fman@400000 { #size-cells =3D <0>; compatible =3D "fsl,fman-memac-mdio", "fsl,fman-xmdio"; reg =3D <0xe1000 0x1000>; + + pcsphy0: ethernet-phy@0 { + reg =3D <0x0>; + }; }; };=20 [S.H] snip. =20quoted
mdio@e1000 {@@ -58,5 +59,9 @@ fman@400000 { #size-cells =3D <0>; compatible =3D "fsl,fman-memac-mdio", "fsl,fman-xmdio"; reg =3D <0xe1000 0x1000>; + + pcsphy0: pcs-phy@0 { + reg =3D <0x0>; + }; };[S.H] Should use 'ethernet-phy', same as above. =20
I'll resubmit and fix this (pcs-phy ---> ethernet-phy). Thank you, Igal
Thanks, Shaohui