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

Commit f982372f authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Disable SD card hot-plug support on qsc405 platforms"

parents 82c2d2bb 539d293a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -170,3 +170,11 @@
		};
	};
};

&sdhc_2 {
	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
			&sdc2_cd_off>;
	cd-gpios = <&tlmm 21 GPIO_ACTIVE_LOW>;
};
+2 −5
Original line number Diff line number Diff line
@@ -1226,11 +1226,8 @@
		qcom,vdd-io-current-level = <0 24200>;

		pinctrl-names = "active", "sleep";
		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
				&sdc2_cd_off>;
		cd-gpios = <&tlmm 21 GPIO_ACTIVE_LOW>;
		pinctrl-0 = <&sdc2_clk_on  &sdc2_cmd_on &sdc2_data_on>;
		pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off>;

		status = "ok";
	};