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

Commit 87e16e36 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: Update regulators for USB on QM215"

parents eb0ae4e7 8c40239c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -422,3 +422,19 @@
		};
	};
};

&soc {
	usb_vdig_supply: usb_vdig_supply {
		compatible = "regulator-fixed";
		regulator-name = "usb_vdig_supply";
		regulator-min-microvolt = <1200000>;
		regulator-max-microvolt = <1200000>;
	};
};

&usb_otg {
	hsusb_vdd_dig-supply = <&usb_vdig_supply>;
	HSUSB_1p8-supply = <&pm8916_l7>;
	HSUSB_3p3-supply = <&pm8916_l13>;
	extcon = <&pm8916_chg>;
};