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

Commit b97e790e authored by Siba Prasad's avatar Siba Prasad Committed by Veerabhadrarao Badiganti
Browse files

ARM: dts: msm: Updating sdhc entries for 8909w-WTP v2 platform



Updating sdhc1 entry on 8909w-WTP v2 platform since the voltage
regulator got updated with change of PMIC (pm660).
Disabling sdhc2 instance as SD card is not supported on this platform.

Change-Id: I2441b24d304659208a5c85f7be2b1802fb8db0be
Signed-off-by: default avatarSiba Prasad <sibap@codeaurora.org>
Signed-off-by: default avatarVeerabhadrarao Badiganti <vbadigan@codeaurora.org>
parent b81d100b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -95,6 +95,10 @@
	status = "disabled";
};

&sdhc_2 {
	status = "disabled";
};

&blsp1_uart1 {
	status = "ok";
	pinctrl-names = "default";
+2 −2
Original line number Diff line number Diff line
@@ -107,8 +107,8 @@
};

&sdhc_1 {
	/delete-property/ vdd-supply;
	/delete-property/ vdd-io-supply;
	vdd-supply = <&pm660_l19>;
	vdd-io-supply = <&pm660_l13>;
};

&sdhc_2 {