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

Commit 2382e10b authored by Pradeep P V K's avatar Pradeep P V K Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update regulator handles for SDM429w



Update regulator handles for MMC to work for SDM429 wearable platform.

Change-Id: I55c08ab54bac01f13dc6d28ce34940f47c6ad4d4
Signed-off-by: default avatarPradeep P V K <ppvk@codeaurora.org>
parent 6f55c5c9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -699,3 +699,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>;
};