diff mbox series

[1/8] arm64: zynqmp: Remove incorrect phy from DT for zcu102-revB up

Message ID ad2f5f318597a31c1b688b18c5760fd1916e5a7b.1578579516.git.michal.simek@xilinx.com
State Accepted
Commit 32da535b89e4f625b14785403558070a98e1dbfd
Delegated to: Michal Simek
Headers show
Series xilinx: Various DT changes and syncups | expand

Commit Message

Michal Simek Jan. 9, 2020, 2:18 p.m. UTC
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>
---

 arch/arm/dts/zynqmp-zcu102-revB.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp-zcu102-revB.dts b/arch/arm/dts/zynqmp-zcu102-revB.dts
index 2132024a253d..38ec18816456 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 */