[brcm63xx] more bcm6345 fixes and definitions, thanks to AndyI
[openwrt-10.03/.git] / target / linux / brcm63xx / files / arch / mips / bcm63xx / clk.c
index 909875d07ef9b3e3d1cddfe37a5d11d69ef3dc21..4d1186eed2f619f1a0c20f20fa987795bd3b9df6 100644 (file)
@@ -51,6 +51,8 @@ static void enet_misc_set(struct clk *clk, int enable)
 
        if (BCMCPU_IS_6338())
                mask = CKCTL_6338_ENET_EN;
+       else if (BCMCPU_IS_6345())
+               mask = CKCTL_6345_ENET_EN;
        else if (BCMCPU_IS_6348())
                mask = CKCTL_6348_ENET_EN;
        else