linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a7790: Correct typo in clocks
@ 2013-11-06  5:01 Simon Horman
  2013-11-06  6:06 ` Kuninori Morimoto
  2014-02-06  0:25 ` [PATCH] ARM: shmobile: r8a7790: Correct SYS DMAC clock defines Simon Horman
  0 siblings, 2 replies; 8+ messages in thread
From: Simon Horman @ 2013-11-06  5:01 UTC (permalink / raw)
  To: linux-arm-kernel

This is the r8a7790 SoC not the r8a77a4 SoC and
clocks are updated in r8a7790_clock_init.  not r8a73a4_clock_init.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/clock-r8a7790.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/clock-r8a7790.c b/arch/arm/mach-shmobile/clock-r8a7790.c
index 9fa39d1..6107571 100644
--- a/arch/arm/mach-shmobile/clock-r8a7790.c
+++ b/arch/arm/mach-shmobile/clock-r8a7790.c
@@ -77,7 +77,7 @@ static struct sh_clk_ops followparent_clk_ops = {
 };
 
 static struct clk main_clk = {
-	/* .parent will be set r8a73a4_clock_init */
+	/* .parent will be set r8a7790_clock_init */
 	.ops	= &followparent_clk_ops,
 };
 
-- 
1.8.4


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

end of thread, other threads:[~2014-02-10 12:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06  5:01 [PATCH] ARM: shmobile: r8a7790: Correct typo in clocks Simon Horman
2013-11-06  6:06 ` Kuninori Morimoto
2013-11-06  8:35   ` Simon Horman
2013-11-08  7:59     ` Simon Horman
2014-02-06  0:25 ` [PATCH] ARM: shmobile: r8a7790: Correct SYS DMAC clock defines Simon Horman
2014-02-06 10:28   ` Laurent Pinchart
2014-02-07  0:24     ` Simon Horman
2014-02-10 12:22   ` Ben Dooks

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