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

Commit 45b9b6eb authored by Sayali Lokhande's avatar Sayali Lokhande
Browse files

ARM: dts: msm: Update sdhc2 DT entries for QM215



Remove unnecessary DT properties for sd card node
and set gpio67 flag as active high on QM215 QRD platform.

Change-Id: I1cc84ddca029d27266d4412e70c3233657f701e0
Signed-off-by: default avatarSayali Lokhande <sayalil@codeaurora.org>
parent 137abbe9
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -94,16 +94,7 @@
	pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on &sdc2_cd_on>;
	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off>;

	#address-cells = <0>;
	interrupt-parent = <&sdhc_2>;
	interrupts = <0 1 2>;
	#interrupt-cells = <1>;
	interrupt-map-mask = <0xffffffff>;
	interrupt-map = <0 &intc 0 125 0
		1 &intc 0 221 0
		2 &tlmm 67 0>;
	interrupt-names = "hc_irq", "pwr_irq", "status_irq";
	cd-gpios = <&tlmm 67 0x1>;
	cd-gpios = <&tlmm 67 0x0>;

	qcom,clk-rates = <400000 20000000 25000000 50000000 100000000
								200000000>;