diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-06 04:29:36 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-12 20:27:40 -0400 |
commit | be1ce30869b0bbdc3c807fc25a9dc6bfec8471a4 (patch) | |
tree | 396ec3db34a6d64b37b5b308eaab4e2cd7e47d0c /arch/arm/boot/dts/imx23-evk.dts | |
parent | 6de4d817aa38ea74dd446d015c8ed62a3ebaeafb (diff) |
ARM: dts: enable mmc for imx23-evk
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx23-evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx23-evk.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx23-evk.dts b/arch/arm/boot/dts/imx23-evk.dts index 8cad51ee6f89..70bffa929b65 100644 --- a/arch/arm/boot/dts/imx23-evk.dts +++ b/arch/arm/boot/dts/imx23-evk.dts | |||
@@ -21,6 +21,17 @@ | |||
21 | }; | 21 | }; |
22 | 22 | ||
23 | apb@80000000 { | 23 | apb@80000000 { |
24 | apbh@80000000 { | ||
25 | ssp0: ssp@80010000 { | ||
26 | compatible = "fsl,imx23-mmc"; | ||
27 | pinctrl-names = "default"; | ||
28 | pinctrl-0 = <&mmc0_8bit_pins_a &mmc0_pins_fixup>; | ||
29 | bus-width = <8>; | ||
30 | wp-gpios = <&gpio1 30 0>; | ||
31 | status = "okay"; | ||
32 | }; | ||
33 | }; | ||
34 | |||
24 | apbx@80040000 { | 35 | apbx@80040000 { |
25 | duart: serial@80070000 { | 36 | duart: serial@80070000 { |
26 | pinctrl-names = "default"; | 37 | pinctrl-names = "default"; |