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

Commit a82e8004 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add USB ID gpio for SKUI"

parents cc8dabca 9d4b9151
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -172,3 +172,10 @@
	/delete-property/ cd-gpios;
};

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