aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2014-03-06 05:45:33 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:57:51 -0400
commit1e3600919eddb4746c851f47cea319732f9ae894 (patch)
tree525ba433aeb7be6384bf7edaa65a9a687fda7db4
parentab887497ca294e2956fe3073886b6a8e90f1c3ed (diff)
ENGR00302227-7 dts: imx6sx-17x17-arm2: do not use sw polling for card detect
The SW polling for card detect will keep sending command repeatly at backgroud which will consume CPU MIPS and aslo affects the normal SD debug when enable CONFIG_MMC_DEBUG. Just as the board design, we simply treat it as no card detect support. Signed-off-by: Dong Aisheng <b29396@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6sx-17x17-arm2.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts
index b0df96c7ea73..4bccafdb6f86 100644
--- a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts
+++ b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts
@@ -422,6 +422,7 @@
422&usdhc2 { 422&usdhc2 {
423 pinctrl-names = "default"; 423 pinctrl-names = "default";
424 pinctrl-0 = <&pinctrl_usdhc2_1>; 424 pinctrl-0 = <&pinctrl_usdhc2_1>;
425 non-removable;
425 /* need hw rework to enable signal voltage switch */ 426 /* need hw rework to enable signal voltage switch */
426 no-1-8-v; 427 no-1-8-v;
427 keep-power-in-suspend; 428 keep-power-in-suspend;