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

Commit b331b030 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: Enable USB OTG for WCD9326 refboard"

parents 6c1a90ec 24a780d2
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>;
};