diff options
author | Igal Liberman <igal.liberman@freescale.com> | 2015-12-23 21:56:59 -0500 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-11 21:01:52 -0500 |
commit | 84d3e2480564949a26870b6750a9168eb11f4c17 (patch) | |
tree | c2c4c1db92b746cfb87ee7ebf4bbc1591bdfba3e /arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi | |
parent | 84e0f1c138061c2494d240f9ad3f94edcf69e29d (diff) |
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-10g-1-best-effort.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi index ba6f2275d3f6..94f3e7175012 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi | |||
@@ -55,6 +55,7 @@ fman@400000 { | |||
55 | reg = <0xe2000 0x1000>; | 55 | reg = <0xe2000 0x1000>; |
56 | fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>; | 56 | fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>; |
57 | ptp-timer = <&ptp_timer0>; | 57 | ptp-timer = <&ptp_timer0>; |
58 | pcsphy-handle = <&pcsphy1>; | ||
58 | }; | 59 | }; |
59 | 60 | ||
60 | mdio@e3000 { | 61 | mdio@e3000 { |
@@ -62,5 +63,9 @@ fman@400000 { | |||
62 | #size-cells = <0>; | 63 | #size-cells = <0>; |
63 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 64 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
64 | reg = <0xe3000 0x1000>; | 65 | reg = <0xe3000 0x1000>; |
66 | |||
67 | pcsphy1: ethernet-phy@0 { | ||
68 | reg = <0x0>; | ||
69 | }; | ||
65 | }; | 70 | }; |
66 | }; | 71 | }; |