ARM: mach-shmobile: clock-sh73a0: tidyup CKSCR main clock selecter
MAINCKSEL is [29:28], not [27:24] Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
committed by
Paul Mundt
parent
4861da4fee
commit
86d84083cf
@@ -365,7 +365,7 @@ void __init sh73a0_clock_init(void)
|
|||||||
__raw_writel(0x108, SD2CKCR);
|
__raw_writel(0x108, SD2CKCR);
|
||||||
|
|
||||||
/* detect main clock parent */
|
/* detect main clock parent */
|
||||||
switch ((__raw_readl(CKSCR) >> 24) & 0x03) {
|
switch ((__raw_readl(CKSCR) >> 28) & 0x03) {
|
||||||
case 0:
|
case 0:
|
||||||
main_clk.parent = &sh73a0_extal1_clk;
|
main_clk.parent = &sh73a0_extal1_clk;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user