summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynqmp-zcu104-revA.dts
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-08-08 12:44:22 +0200
committerMichal Simek <michal.simek@xilinx.com>2019-10-24 13:37:01 +0200
commit2975a42b42c538f9d69d19cebcc277428732fb73 (patch)
tree3ed25acb97515b7824d70f53f4bd75439d91e301 /arch/arm/dts/zynqmp-zcu104-revA.dts
parent50d92833477eb582bed7cab9449997c3a39b6f17 (diff)
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/arm/dts/zynqmp-zcu104-revA.dts')
-rw-r--r--arch/arm/dts/zynqmp-zcu104-revA.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu104-revA.dts b/arch/arm/dts/zynqmp-zcu104-revA.dts
index c7a3cdcf61..3e63765c6b 100644
--- a/arch/arm/dts/zynqmp-zcu104-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu104-revA.dts
@@ -54,7 +54,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>;