diff options
author | Igal Liberman <igal.liberman@freescale.com> | 2015-12-24 05:56:59 +0300 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-12 05:01:52 +0300 |
commit | 84d3e2480564949a26870b6750a9168eb11f4c17 (patch) | |
tree | c2c4c1db92b746cfb87ee7ebf4bbc1591bdfba3e /arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi | |
parent | 84e0f1c138061c2494d240f9ad3f94edcf69e29d (diff) | |
download | linux-84d3e2480564949a26870b6750a9168eb11f4c17.tar.xz |
powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree
This patch adds pcsphy node to FManV3 device tree.
Signed-off-by: Igal Liberman <igal.liberman@freescale.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi index 97cffd74bf3d..44dd00ac7367 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi @@ -51,6 +51,7 @@ fman@400000 { reg = <0xe8000 0x1000>; fsl,fman-ports = <&fman0_rx_0x0c &fman0_tx_0x2c>; ptp-timer = <&ptp_timer0>; + pcsphy-handle = <&pcsphy4>; }; mdio@e9000 { @@ -58,5 +59,9 @@ fman@400000 { #size-cells = <0>; compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; reg = <0xe9000 0x1000>; + + pcsphy4: ethernet-phy@0 { + reg = <0x0>; + }; }; }; |