diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-03-21 10:03:17 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-07 19:19:03 -0400 |
commit | 2c8aaf71b0a4738ae8cb70d9367089bdb892aea3 (patch) | |
tree | 5ed40900de84142b9c4ed3812001154538f7cdde /arch/mips/bcm63xx/prom.c | |
parent | 13be798c57ebe5df09254832330f48c936ac39fd (diff) |
MIPS: BCM63XX: add basic BCM6362 support
Add basic support for detecting and booting the BCM6362.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/5009/
Acked-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/bcm63xx/prom.c')
-rw-r--r-- | arch/mips/bcm63xx/prom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/bcm63xx/prom.c b/arch/mips/bcm63xx/prom.c index 10eaff458071..fd698087fbfd 100644 --- a/arch/mips/bcm63xx/prom.c +++ b/arch/mips/bcm63xx/prom.c | |||
@@ -36,6 +36,8 @@ void __init prom_init(void) | |||
36 | mask = CKCTL_6348_ALL_SAFE_EN; | 36 | mask = CKCTL_6348_ALL_SAFE_EN; |
37 | else if (BCMCPU_IS_6358()) | 37 | else if (BCMCPU_IS_6358()) |
38 | mask = CKCTL_6358_ALL_SAFE_EN; | 38 | mask = CKCTL_6358_ALL_SAFE_EN; |
39 | else if (BCMCPU_IS_6362()) | ||
40 | mask = CKCTL_6362_ALL_SAFE_EN; | ||
39 | else if (BCMCPU_IS_6368()) | 41 | else if (BCMCPU_IS_6368()) |
40 | mask = CKCTL_6368_ALL_SAFE_EN; | 42 | mask = CKCTL_6368_ALL_SAFE_EN; |
41 | else | 43 | else |