projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] some more fixes to the SPI controller driver
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
arch
/
mips
/
bcm63xx
/
prom.c
diff --git
a/target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c
b/target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c
index
d97ceed
..
db0ef55
100644
(file)
--- a/
target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c
+++ b/
target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c
@@
-25,7
+25,11
@@
void __init prom_init(void)
bcm_wdt_writel(WDT_STOP_2, WDT_CTL_REG);
/* disable all hardware blocks clock for now */
bcm_wdt_writel(WDT_STOP_2, WDT_CTL_REG);
/* disable all hardware blocks clock for now */
- if (BCMCPU_IS_6348())
+ if (BCMCPU_IS_6338())
+ mask = CKCTL_6338_ALL_SAFE_EN;
+ else if (BCMCPU_IS_6345())
+ mask = CKCTL_6345_UART_EN;
+ else if (BCMCPU_IS_6348())
mask = CKCTL_6348_ALL_SAFE_EN;
else
/* BCMCPU_IS_6358() */
mask = CKCTL_6348_ALL_SAFE_EN;
else
/* BCMCPU_IS_6358() */
This page took
0.023382 seconds
and
4
git commands to generate.