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

Commit 24a780d2 authored by Anindya Sundar Gayen's avatar Anindya Sundar Gayen Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable USB OTG for WCD9326 refboard



Define the USB OTG configuration and add the
regulator definition for smb1360-vbus.

Change-Id: I5a4aa5b6bffa2e4d726d8b1eacdda05a7e43769d
Signed-off-by: default avatarSundara Vinayagam <sundvi@codeaurora.org>
parent 97e676e1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -327,10 +327,17 @@
		qcom,thermal-mitigation = <1500 700 600 0>;
		regulator-name = "smb1360_otg_vreg";
		status= "okay";
		smb1360_vbus: qcom,smb1360-vbus {
			regulator-name = "qcom,smb1360-vbus";
		};
	};
};

&usb_otg {
	interrupts = <0 134 0>, <0 140 0>, <0 136 0>;
	interrupt-names = "core_irq", "async_irq", "phy_irq";
	qcom,hsusb-otg-mode = <3>;
	vbus_otg-supply = <&smb1360_vbus>;
	extcon = <&smb1360_otg_supply>;
};