aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6sx-sdb.dts
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2014-03-05 03:57:27 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:57:51 -0400
commitd2f6a2ea8181dd79b1140bcaed91de48177571fe (patch)
tree7832fdc524da3c9c6ab2dade2fcd77721ba1855b /arch/arm/boot/dts/imx6sx-sdb.dts
parente35fef12898173f8485f81d6e61f71351bb2aeda (diff)
ENGR00302227-4 dts: imx6sx-sdb: SD4 update
Add CD/WP support and fix pinctrl setting that SD4 slot on SDB board is 4 bit, not 8 bit. Signed-off-by: Dong Aisheng <b29396@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dts8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
index 1447787984e4..5ff862dfe12d 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb.dts
@@ -241,6 +241,8 @@
241 MX6SX_PAD_KEY_COL0__GPIO2_IO_10 0x17059 241 MX6SX_PAD_KEY_COL0__GPIO2_IO_10 0x17059
242 MX6SX_PAD_KEY_ROW0__GPIO2_IO_15 0x17059 242 MX6SX_PAD_KEY_ROW0__GPIO2_IO_15 0x17059
243 MX6SX_PAD_KEY_COL1__GPIO2_IO_11 0x17059 243 MX6SX_PAD_KEY_COL1__GPIO2_IO_11 0x17059
244 MX6SX_PAD_SD4_DATA7__GPIO6_IO_21 0x17059
245 MX6SX_PAD_SD4_DATA6__GPIO6_IO_20 0x17059
244 >; 246 >;
245 }; 247 };
246 }; 248 };
@@ -274,10 +276,10 @@
274 276
275&usdhc4 { 277&usdhc4 {
276 pinctrl-names = "default"; 278 pinctrl-names = "default";
277 pinctrl-0 = <&pinctrl_usdhc4_1>; 279 pinctrl-0 = <&pinctrl_usdhc4_2>;
278 bus-width = <8>; 280 bus-width = <8>;
279 non-removable; 281 cd-gpios = <&gpio6 21 0>;
280 /* need hw rework to enable signal voltage switch */ 282 wp-gpios = <&gpio6 20 0>;
281 no-1-8-v; 283 no-1-8-v;
282 status = "okay"; 284 status = "okay";
283}; 285};