diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-08-08 13:44:22 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-01-09 16:48:20 +0300 |
commit | 13d21eba781ea2a4de6aab02abd2beb84e753f8a (patch) | |
tree | 3dd1f1116ce12e43d10a5bcf1f4a066da0ce4733 /arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts | |
parent | 959b86ae37c672f6f6551f2ce1517668c791ba44 (diff) | |
download | linux-13d21eba781ea2a4de6aab02abd2beb84e753f8a.tar.xz |
arm64: zynqmp: Use ethernet-phy as node name for ethernet phys
Ethernet phys based on devicetree specification should be using
ethernet-phy@ node name instead of pure phy@.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts')
-rw-r--r-- | arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts index d656eb8b3040..b3c29947d6b3 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts @@ -101,7 +101,7 @@ status = "okay"; phy-handle = <&phy0>; phy-mode = "rgmii-id"; - phy0: phy@c { + phy0: ethernet-phy@c { reg = <0xc>; ti,rx-internal-delay = <0x8>; ti,tx-internal-delay = <0xa>; |