From: Manish Narani Date: Fri, 14 Jan 2022 11:43:35 +0000 (+0100) Subject: arm64: zynqmp: Update USB node handle from dwc3 to usb X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=1d70cc7789c2d65ac655a9c6154d1455452e76ff;p=u-boot.git arm64: zynqmp: Update USB node handle from dwc3 to usb 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 Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/26fc2777eeb92cb5cb1d558d7c19cfb54ac42d0c.1642160613.git.michal.simek@xilinx.com --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 300a2189f6..1331cec36f 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@fe200000 { + dwc3_0: usb@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@fe300000 { + dwc3_1: usb@fe300000 { compatible = "snps,dwc3"; status = "disabled"; reg = <0x0 0xfe300000 0x0 0x40000>;