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

Commit b3faa6b4 authored by gaolez's avatar gaolez Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add sleep pinctrl for APQ8009.LE.1.0.2 rome sdio



Add sleep pinctrl for sdhc_2 in apq8009-robot-rome.dts since
sometimes the wlan module do NOT come up reliably after soft
reboot.

Change-Id: Id54cd0257aee3157d7f3f4d5b92d6310b904b93e
Signed-off-by: default avatarGaole Zhang <gaolez@codeaurora.org>
parent d041f957
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -243,7 +243,8 @@
	pinctrl-names = "active", "sleep";
	pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on
			&sdc2_wlan_gpio_on>;
	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off>;
	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off
			&sdc2_wlan_gpio_off>;
	qcom,nonremovable;
	status = "ok";
};