[PATCH 5/5] arm64: zynqmp: Remove id from usb node name

Michal Simek michal.simek at amd.com
Fri Dec 9 13:56:41 CET 2022


There is no reason to have number in usb node name. This is also sync up
patch with upstream kernel.

Signed-off-by: Michal Simek <michal.simek at amd.com>
---

 arch/arm/dts/zynqmp.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 4e1113db1a7e..34504a8cbb92 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -846,7 +846,7 @@
 			power-domains = <&zynqmp_firmware PD_UART_1>;
 		};
 
-		usb0: usb0 at ff9d0000 {
+		usb0: usb at ff9d0000 {
 			#address-cells = <2>;
 			#size-cells = <2>;
 			status = "disabled";
@@ -879,7 +879,7 @@
 			};
 		};
 
-		usb1: usb1 at ff9e0000 {
+		usb1: usb at ff9e0000 {
 			#address-cells = <2>;
 			#size-cells = <2>;
 			status = "disabled";
-- 
2.36.1



More information about the U-Boot mailing list