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

Commit 65a36af9 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 regulator handles for SDM429w"

parents 1e10998b 2382e10b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -698,3 +698,13 @@
	vbus_otg-supply = <&smb2_vbus>;
	status = "okay";
};

&sdhc_1 {
	/* device core power supply */
	vdd-supply = <&L19A>;
	qcom,vdd-current-level = <0 230000>;

	/* device communication power supply */
	vdd-io-supply = <&L13A>;
	qcom,vdd-io-current-level = <0 60000>;
};