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

Commit f82ea813 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: Set SD card property for 8909 SKUC"

parents 01cff840 4a8661fb
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -66,3 +66,17 @@
		qcom,y-offset = <0>;
	};
};

&sdc2_cd_on {
	/delete-property/  bias-pull-up;
	bias-disable;
};

&sdhc_2 {
	qcom,vdd-always-on;
	qcom,vdd-lpm-sup;

	qcom,vdd-current-level = <4000 400000>;

	cd-gpios = <&msm_gpio 38 0x0>;
};