Message ID | ueir9y5qn.wl%morimoto.kuninori@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Tue, Aug 18, 2009 at 03:51:28PM +0900, Kuninori Morimoto wrote: > FLLFRQ setting is needed to use correct PLL clock for kfr2409. On Tue, Aug 18, 2009 at 03:51:47PM +0900, Kuninori Morimoto wrote: > This patch modify divisors value becouse FRQCRA :: IFC can use b'0001 On Tue, Aug 18, 2009 at 04:00:20PM +0900, Kuninori Morimoto wrote: > Current heartbeat driver has the possibility > to change area that is not LED. > This patch add bit mask operation to not change it. Next time please include an 'sh: ' at the beginning of the patch description so I don't have to go and add it manually. All applied now, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt b/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt index 9c85088..25801d4 100644 --- a/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt +++ b/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt @@ -24,6 +24,7 @@ LIST "setup clocks" ED 0xa4150004, 0x00000050 ED 0xa4150000, 0x91053508 WAIT 1 +ED 0xa4150050, 0x00000340 ED 0xa4150024, 0x00005000 LIST "setup pins"
FLLFRQ setting is needed to use correct PLL clock for kfr2409. Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> --- .../mach-kfr2r09/mach/partner-jet-setup.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)