diff options
author | Marek Vasut <marex@denx.de> | 2012-06-09 01:21:55 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-03 13:22:34 +0800 |
commit | a217c46c2ed65d4cde5c7c72290deebc2303116e (patch) | |
tree | f87a9e19dc1bbc6fa8ac39c334d178033ba1a6ad /arch/arm/boot/dts/imx23.dtsi | |
parent | 7a8e5149efd4e20e329beec47e3bb57ce2c5938a (diff) | |
download | op-kernel-dev-a217c46c2ed65d4cde5c7c72290deebc2303116e.zip op-kernel-dev-a217c46c2ed65d4cde5c7c72290deebc2303116e.tar.gz |
ARM: dts: imx23: Fix the gpmi/gpmi-nand DT name
Replace "gpmi" with "gpmi-nand" to get the
GPMI interface probing with DT instead of
failing to get clock.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
CC: Dong Aisheng <b29396@freescale.com>
CC: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Linux ARM kernel <linux-arm-kernel@lists.infradead.org>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx23.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 8c5f999..0af43c0 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -62,7 +62,7 @@ status = "disabled"; }; - gpmi@8000c000 { + gpmi-nand@8000c000 { reg = <0x8000c000 2000>; status = "disabled"; }; |