arm64: dts: qcom: ipq5018: Enable USB
authorNitheesh Sekar <quic_nsekar@quicinc.com>
Mon, 4 Sep 2023 06:36:35 +0000 (12:06 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 16 Oct 2023 03:33:13 +0000 (20:33 -0700)
Enable USB2 in host mode.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Co-developed-by: Amandeep Singh <quic_amansing@quicinc.com>
Signed-off-by: Amandeep Singh <quic_amansing@quicinc.com>
Signed-off-by: Nitheesh Sekar <quic_nsekar@quicinc.com>
Link: https://lore.kernel.org/r/20230904063635.24975-5-quic_nsekar@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts

index e636a1cb9b7766b5dbf727efa4ce0558d2ac1896..8460b538eb6a3e2d6b971bd9637309809e0c0f0c 100644 (file)
        };
 };
 
+&usb {
+       status = "okay";
+};
+
+&usb_dwc {
+       dr_mode = "host";
+};
+
+&usbphy0 {
+       status = "okay";
+};
+
 &xo_board_clk {
        clock-frequency = <24000000>;
 };