Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41d18898 authored by Guoping Yu's avatar Guoping Yu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add USB ID detection configuration for SKUL



Add ID detection configuration based on GPIO on
USB device node

Change-Id: I84bab5198cfdd30521d0f7be4b8d1d1116249ece
Signed-off-by: default avatarGuoping Yu <guopingy@codeaurora.org>
parent 8afdcbc1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -53,3 +53,11 @@
&pm8916_bms {
	status = "ok";
};

&usb_otg {
       qcom,hsusb-otg-mode = <3>;
       qcom,usbid-gpio = <&msm_gpio 110 0>;
       pinctrl-names = "default";
       pinctrl-0 = <&usbid_default>;
       vbus_otg-supply = <&smb1357_otg_vreg>;
};