[PATCH] arm64: zynqmp: Update USB node handle from dwc3 to usb

Michal Simek michal.simek at xilinx.com
Fri Jan 14 12:43:35 CET 2022


From: Manish Narani <manish.narani at xilinx.com>

The DWC3 bindings require all USB node handles to be '^usb@[0-9a-f]+$'.
Update the same in ZynqMP device tree.

Signed-off-by: Manish Narani <manish.narani at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.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 300a2189f6eb..1331cec36f34 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -858,7 +858,7 @@
 			reset-names = "usb_crst", "usb_hibrst", "usb_apbrst";
 			ranges;
 
-			dwc3_0: dwc3 at fe200000 {
+			dwc3_0: usb at fe200000 {
 				compatible = "snps,dwc3";
 				status = "disabled";
 				reg = <0x0 0xfe200000 0x0 0x40000>;
@@ -890,7 +890,7 @@
 			reset-names = "usb_crst", "usb_hibrst", "usb_apbrst";
 			ranges;
 
-			dwc3_1: dwc3 at fe300000 {
+			dwc3_1: usb at fe300000 {
 				compatible = "snps,dwc3";
 				status = "disabled";
 				reg = <0x0 0xfe300000 0x0 0x40000>;
-- 
2.34.1



More information about the U-Boot mailing list