more bcm6345 fixes and definitions, thanks to AndyI
[openwrt/staging/wigyori.git] / target / linux / brcm63xx / files / arch / mips / bcm63xx / prom.c
index 7e52822aa941f98cf00b5f49b8e4d09bea38c7cf..fb284fbc5853514cedae63f2f9d639e8e2fb7dd0 100644 (file)
@@ -28,6 +28,8 @@ void __init prom_init(void)
        /* disable all hardware blocks clock for now */
        if (BCMCPU_IS_6338())
                mask = CKCTL_6338_ALL_SAFE_EN;
+       else if (BCMCPU_IS_6345())
+               mask = CKCTL_6345_ALL_SAFE_EN;
        else if (BCMCPU_IS_6348())
                mask = CKCTL_6348_ALL_SAFE_EN;
        else