diff options
author | Huang Shijie <b32955@freescale.com> | 2012-07-03 12:58:13 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-03 15:17:46 +0800 |
commit | b9f25f86320f129fc9440426f5db29fd62a1c072 (patch) | |
tree | 5db7021fcdde90d8a9d637caf18de86b1fd7692d /arch/arm/boot/dts/imx23-evk.dts | |
parent | a915ee4218f1c2416837b112945154c9c72670c0 (diff) | |
download | blackbird-op-linux-b9f25f86320f129fc9440426f5db29fd62a1c072.tar.gz blackbird-op-linux-b9f25f86320f129fc9440426f5db29fd62a1c072.zip |
ARM: dts: mx23: add gpmi nand support
Add DT node for gpmi nand.
Also add pinctrl for gpmi nand.
Enable the gpmi-nand in mx23-evk board.
Signed-off-by: Huang Shijie <b32955@freescale.com>
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx23-evk.dts b/arch/arm/boot/dts/imx23-evk.dts index 9d674cabc3b4..e3486f486b40 100644 --- a/arch/arm/boot/dts/imx23-evk.dts +++ b/arch/arm/boot/dts/imx23-evk.dts @@ -22,6 +22,12 @@ apb@80000000 { apbh@80000000 { + gpmi-nand@8000c000 { + pinctrl-names = "default"; + pinctrl-0 = <&gpmi_pins_a &gpmi_pins_fixup>; + status = "okay"; + }; + ssp0: ssp@80010000 { compatible = "fsl,imx23-mmc"; pinctrl-names = "default"; |