summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-01-09 13:01:07 +0100
committerMichal Simek <michal.simek@xilinx.com>2020-01-14 09:05:55 +0100
commit32da535b89e4f625b14785403558070a98e1dbfd (patch)
tree38611a2b9b7045fb78bf7bbdf9fb917c218dcb87
parent4ed9732471d6f6073a532384ef5dd4b6e5ce3a87 (diff)
downloadu-boot-32da535b89e4f625b14785403558070a98e1dbfd.tar.gz
arm64: zynqmp: Remove incorrect phy from DT for zcu102-revB up
zcu102-revB/up are not removing phy from revA properly because of incorrect name. Fixes: 2975a42b42c5 ("arm64: zynqmp: Use ethernet-phy as node name for ethernet phys") Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--arch/arm/dts/zynqmp-zcu102-revB.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu102-revB.dts b/arch/arm/dts/zynqmp-zcu102-revB.dts
index 2132024a25..38ec188164 100644
--- a/arch/arm/dts/zynqmp-zcu102-revB.dts
+++ b/arch/arm/dts/zynqmp-zcu102-revB.dts
@@ -25,7 +25,7 @@
/* reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>; */
};
/* Cleanup from RevA */
- /delete-node/ phy@21;
+ /delete-node/ ethernet-phy@21;
};
/* Fix collision with u61 */