linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx28: add the `clock-names` for gpmi-nand
@ 2012-10-10  2:44 Huang Shijie
  2012-10-10  4:54 ` Fabio Estevam
  0 siblings, 1 reply; 10+ messages in thread
From: Huang Shijie @ 2012-10-10  2:44 UTC (permalink / raw)
  To: linux-arm-kernel

The current DT node misses the `clocks-names` item for gpmi-nand.
So the gpmi-nand driver could not find the proper clock.

This patch fixes this issue.

Signed-off-by: Huang Shijie <b32955@freescale.com>
---
 arch/arm/boot/dts/imx28.dtsi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index e16d631..55c57ea 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -85,6 +85,7 @@
 				interrupts = <88>, <41>;
 				interrupt-names = "gpmi-dma", "bch";
 				clocks = <&clks 50>;
+				clock-names = "gpmi_io";
 				fsl,gpmi-dma-channel = <4>;
 				status = "disabled";
 			};
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-10-25 13:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-10  2:44 [PATCH] ARM: dts: imx28: add the `clock-names` for gpmi-nand Huang Shijie
2012-10-10  4:54 ` Fabio Estevam
2012-10-10  5:01   ` Huang Shijie
2012-10-10  6:15   ` [PATCH] ARM: dts: mxs: " Huang Shijie
2012-10-10 10:37     ` Marek Vasut
2012-10-10 10:27       ` [PATCH] ARM: dts: mxs: add the "clock-names" " Huang Shijie
2012-10-10 11:34         ` Marek Vasut
2012-10-11  7:49         ` Shawn Guo
2012-10-25  7:16         ` Shawn Guo
2012-10-25 13:23           ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).