linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-shmobile: sh73a0: fix div4 table
@ 2010-12-22 14:15 Magnus Damm
  0 siblings, 0 replies; 2+ messages in thread
From: Magnus Damm @ 2010-12-22 14:15 UTC (permalink / raw)
  To: linux-sh

From: Takashi YOSHII <takashi.yoshii.zj@renesas.com>

sh73a0 has divisor[12] setting as 1/7 on FRQCRA.

Signed-off-by: Takashi YOSHII <takashi.yoshii.zj@renesas.com>
Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/mach-shmobile/clock-sh73a0.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/clock-sh73a0.c
+++ work/arch/arm/mach-shmobile/clock-sh73a0.c	2010-12-22 23:10:48.000000000 +0900
@@ -191,7 +191,7 @@ static void div4_kick(struct clk *clk)
 }
 
 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18,
-			  24, 0, 36, 48 };
+			  24, 0, 36, 48, 7 };
 
 static struct clk_div_mult_table div4_div_mult_table = {
 	.divisors = divisors,

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

* Re: [PATCH] ARM: mach-shmobile: sh73a0: fix div4 table
@ 2011-01-05  8:04 Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-01-05  8:04 UTC (permalink / raw)
  To: linux-sh

On Wed, Dec 22, 2010 at 11:15:08PM +0900, Magnus Damm wrote:
> sh73a0 has divisor[12] setting as 1/7 on FRQCRA.
> 
> Signed-off-by: Takashi YOSHII <takashi.yoshii.zj@renesas.com>
> Signed-off-by: Magnus Damm <damm@opensource.se>

On Wed, Dec 22, 2010 at 11:47:40PM +0900, Magnus Damm wrote:
> Add VGA camera support to the Mackerel board
> using soc_camera_platform.
> 
> The VGA camera module is hooked up using the
> 8-bit CEU bus, and it is constantly bursting
> out frames in fixed video mode setting. The
> camera module does not allow any I2C control.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Both applied, thanks.

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

end of thread, other threads:[~2011-01-05  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05  8:04 [PATCH] ARM: mach-shmobile: sh73a0: fix div4 table Paul Mundt
  -- strict thread matches above, loose matches on Subject: below --
2010-12-22 14:15 Magnus Damm

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