> > + usb: usb@8af8800 { > > + compatible = "qcom,ipq5332-dwc3", "qcom,dwc3"; > > + reg = <0x08af8800 0x400>; > > + > > + interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>; > > + interrupt-names = "hs_phy_irq"; > > + > > + clocks = <&gcc GCC_USB0_MASTER_CLK>, > > + <&gcc GCC_SNOC_USB_CLK>, > > + <&gcc GCC_USB0_SLEEP_CLK>, > > + <&gcc GCC_USB0_MOCK_UTMI_CLK>; > > + clock-names = "core", > > + "iface", > > + "sleep", > > + "mock_utmi"; > > + > > + resets = <&gcc GCC_USB_BCR>; > > + > > + qcom,select-utmi-as-pipe-clk; > > + > > + #address-cells = <1>; > > + #size-cells = <1>; > > + ranges; > > + > > + status = "disabled"; > > + > > + usb2_0_dwc: usb@8a00000 { > > Since we have just seen a patch series adding USB 3 support to > ipq5332, we know that the host is not 2.0-only. Thus the `2_0` part of > the label doesn't make sense. > > Could you please change the label to be just usb_dwc (or usb0_dwc)? Have posted v12 addressing this. Please take a look. Thanks Varada