ipq4019: fix even more wrong reference to USB node
[openwrt/staging/pepe2k.git] / target / linux / ipq40xx / files-6.6 / arch / arm / boot / dts / qcom / qcom-ipq4018-wap-r-ac.dts
index e7f28f23cf494a465a7157086bbd1d459ea8b000..bf50ebfc544e406fe121c020091c2e1c81cae7e6 100644 (file)
                        qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
                        status = "okay";
                };
-
-               usb3@8af8800 {
-                       status = "okay";
-
-                       dwc3@8a00000 {
-                               phys = <&usb3_hs_phy>;
-                               phy-names = "usb2-phy";
-                       };
-               };
        };
 };
 
@@ -43,3 +34,8 @@
 &usb3 {
        status = "okay";
 };
+
+&usb3_dwc {
+       phys = <&usb3_hs_phy>;
+       phy-names = "usb2-phy";
+};