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

Commit e92e8ba7 authored by Sriharsha Allenki's avatar Sriharsha Allenki Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add USB support on sm6150-interposer-trinket



Update the USB related regulators to support USB on
sm6150-interposer-trinket.

Change-Id: I29b64a5e88ea5bf9289b5c17a972f7972f3ffbeb
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent 4d907ce3
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -26,3 +26,18 @@
};

#include "sm6150-pm6125-interposer-trinket.dtsi"

&qusb_phy0 {
	vdd-supply = <&L7A>;
	vdda18-supply = <&L10A>;
	vdda33-supply = <&L15A>;
};

&usb_qmp_phy {
	vdd-supply = <&L7A>;
	core-supply = <&L10A>;
};

&usb0 {
	extcon = <&pmi632_charger>;
};