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

Commit 567e41ef authored by Ziqi Chen's avatar Ziqi Chen Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Change cd-gpio property setting for QRD SDM439



According to QRD HW design, set cd-gpio flag to 0x0 for high
active card installed interruption.The cd-gpio is a GPIO used
for SD card presence detection. Setting cd-gpio flag to 0x0
means active high.

Change-Id: I2d6a64ff3e187798c3c1d9000829a697275d54ec
Signed-off-by: default avatarZiqi Chen <ziqichen@codeaurora.org>
parent 9cba6936
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,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>;

	cd-gpios = <&tlmm 67 0x1>;
	cd-gpios = <&tlmm 67 0x0>;

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