Commit f8565bd5 authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: apq8026-lg-lenok: enable USB



Enable the USB nodes so it becomes usable on the device.

Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211118210210.160895-7-luca@z3ntu.xyz
parent 1a34117f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -244,3 +244,15 @@ reset {
		};
	};
};

&usb {
	status = "okay";
	extcon = <&smbb>;
	dr_mode = "peripheral";
};

&usb_hs_phy {
	extcon = <&smbb>;
	v1p8-supply = <&pm8226_l10>;
	v3p3-supply = <&pm8226_l20>;
};