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

Commit fda5e505 authored by Veerabhadrarao Badiganti's avatar Veerabhadrarao Badiganti
Browse files

ARM: dts: msm: Add sd card support on sdxpoorwills stacked platform



SD card related GPIOs are different between stacked and non-stacked
platforms of sdxpoorwills. Updating these GPIOs for the stacked-
platform.

Without this change, SD card won't work on this platform.

Change-Id: If81a4a1b29629a0cea29c955de96a9ef24f96624
Signed-off-by: default avatarVeerabhadrarao Badiganti <vbadigan@codeaurora.org>
parent d4dd9e52
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -11,3 +11,13 @@
 */

#include "sdxpoorwills-cdp.dtsi"

&soc {
	vreg_sd_mmc: vreg_sd_mmc {
		gpio = <&tlmm 76 GPIO_ACTIVE_HIGH>;
	};
};

&sdhc_1 {
	cd-gpios = <&tlmm 21 0x1>;
};
+10 −0
Original line number Diff line number Diff line
@@ -11,3 +11,13 @@
 */

#include "sdxpoorwills-mtp.dtsi"

&soc {
	vreg_sd_mmc: vreg_sd_mmc {
		gpio = <&tlmm 76 GPIO_ACTIVE_HIGH>;
	};
};

&sdhc_1 {
	cd-gpios = <&tlmm 21 0x1>;
};