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>
This commit is contained in:

committed by
Ralf Baechle

parent
13be798c57
commit
2c8aaf71b0
@@ -83,6 +83,9 @@ void bcm63xx_machine_reboot(void)
|
||||
case BCM6358_CPU_ID:
|
||||
perf_regs[0] = PERF_EXTIRQ_CFG_REG_6358;
|
||||
break;
|
||||
case BCM6362_CPU_ID:
|
||||
perf_regs[0] = PERF_EXTIRQ_CFG_REG_6362;
|
||||
break;
|
||||
}
|
||||
|
||||
for (i = 0; i < 2; i++) {
|
||||
|
Reference in New Issue
Block a user