linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device
@ 2014-05-12 12:36 Geert Uytterhoeven
  2014-05-12 12:44 ` Laurent Pinchart
  2014-05-12 12:52 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-05-12 12:36 UTC (permalink / raw)
  To: linux-sh

The MTU2 (Multi-Function Timer Pulse Unit 2) driver implements a new
style of platform data that handles the timer as a single device with
multiple channels. Switch from the old-style platform data to the
new-style platform data.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be folded into Wolfram's "ARM: shmobile: r7s72100: use workaround for
non DT-clocks".

 arch/arm/mach-shmobile/board-genmai-reference.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/board-genmai-reference.c b/arch/arm/mach-shmobile/board-genmai-reference.c
index fde558b66d4e..33015e5ed52a 100644
--- a/arch/arm/mach-shmobile/board-genmai-reference.c
+++ b/arch/arm/mach-shmobile/board-genmai-reference.c
@@ -32,7 +32,7 @@
  * devices until they get moved to DT.
  */
 static const struct clk_name clk_names[] = {
-	{ "mtu2", NULL, "sh_mtu2.0" },
+	{ "mtu2", "fck", "sh-mtu2" },
 };
 #endif
 
-- 
1.7.9.5


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

end of thread, other threads:[~2014-05-12 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 12:36 [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device Geert Uytterhoeven
2014-05-12 12:44 ` Laurent Pinchart
2014-05-12 12:52 ` Wolfram Sang

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).