ARM: dts: qcom: apq8026-lg-lenok: enable USB
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 18 Nov 2021 21:02:10 +0000 (22:02 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 25 Jan 2022 21:20:30 +0000 (15:20 -0600)
Enable the USB nodes so it becomes usable on the device.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211118210210.160895-7-luca@z3ntu.xyz
arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts

index 9b654af8d144900e45cd55f8fc3ec0b0a9adc483..77caab3af23e51741ee9e25e86f29a1faef3b200 100644 (file)
                };
        };
 };
+
+&usb {
+       status = "okay";
+       extcon = <&smbb>;
+       dr_mode = "peripheral";
+};
+
+&usb_hs_phy {
+       extcon = <&smbb>;
+       v1p8-supply = <&pm8226_l10>;
+       v3p3-supply = <&pm8226_l20>;
+};