[PATCH] MXS: Fix the gpmi/gpmi-nand DT name
Marek Vasut
marex at denx.de
Fri Jun 8 19:21:55 EDT 2012
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 at denx.de>
Cc: Detlev Zundel <dzu at denx.de>
CC: Dong Aisheng <b29396 at freescale.com>
CC: Fabio Estevam <fabio.estevam at freescale.com>
Cc: Linux ARM kernel <linux-arm-kernel at lists.infradead.org>
CC: Shawn Guo <shawn.guo at linaro.org>
Cc: Stefano Babic <sbabic at denx.de>
Cc: Wolfgang Denk <wd at denx.de>
---
arch/arm/boot/dts/imx23.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 8000c000 {
+ gpmi-nand at 8000c000 {
reg = <0x8000c000 2000>;
status = "disabled";
};
--
1.7.10
More information about the linux-arm-kernel
mailing list