mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
[MIPS] Fix pb1500 reg B access
au_readl() is correct here. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
08a4593682
commit
b3a04a6d07
@ -125,7 +125,7 @@ void __init board_setup(void)
|
||||
au_writel((au_readl(0xac000028) | 0x20), 0xac000028);
|
||||
}
|
||||
/* Put the clock in BCD mode */
|
||||
if (readl(0xac00002C) & 0x4) { /* reg B */
|
||||
if (au_readl(0xac00002C) & 0x4) { /* reg B */
|
||||
au_writel(au_readl(0xac00002c) & ~0x4, 0xac00002c);
|
||||
au_sync();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user