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

Commit 787a9a4b 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: Add sd card support on sdxpoorwills stacked platform"

parents 10d24370 fda5e505
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>;
};