ARM: mach-shmobile: clock-sh73a0: tidyup CKSCR main clock selecter
authorKuninori Morimoto <[email protected]>
Fri, 26 Aug 2011 07:27:45 +0000 (07:27 +0000)
committerPaul Mundt <[email protected]>
Mon, 29 Aug 2011 07:22:39 +0000 (16:22 +0900)
MAINCKSEL is [29:28], not [27:24]

Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
arch/arm/mach-shmobile/clock-sh73a0.c

index 6db2ccabc2bf95fe0cf4d99a90b382d0271d116c..61a846bb30f2034ec3ae69253aea2d2d6d695aa8 100644 (file)
@@ -365,7 +365,7 @@ void __init sh73a0_clock_init(void)
        __raw_writel(0x108, SD2CKCR);
 
        /* detect main clock parent */
-       switch ((__raw_readl(CKSCR) >> 24) & 0x03) {
+       switch ((__raw_readl(CKSCR) >> 28) & 0x03) {
        case 0:
                main_clk.parent = &sh73a0_extal1_clk;
                break;