diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-06 10:29:36 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-13 02:27:40 +0200 |
commit | be1ce30869b0bbdc3c807fc25a9dc6bfec8471a4 (patch) | |
tree | 396ec3db34a6d64b37b5b308eaab4e2cd7e47d0c /arch/arm/boot/dts/imx23-evk.dts | |
parent | mmc: mxs-mmc: add device tree support (diff) | |
download | linux-be1ce30869b0bbdc3c807fc25a9dc6bfec8471a4.tar.xz linux-be1ce30869b0bbdc3c807fc25a9dc6bfec8471a4.zip |
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 @@ }; apb@80000000 { + apbh@80000000 { + ssp0: ssp@80010000 { + compatible = "fsl,imx23-mmc"; + pinctrl-names = "default"; + pinctrl-0 = <&mmc0_8bit_pins_a &mmc0_pins_fixup>; + bus-width = <8>; + wp-gpios = <&gpio1 30 0>; + status = "okay"; + }; + }; + apbx@80040000 { duart: serial@80070000 { pinctrl-names = "default"; |