bcm63xx: add gpio leds to alice gate
[openwrt.git] / target / linux / brcm63xx / files / arch / mips / bcm63xx / clk.c
index 4d1186e..eaf6196 100644 (file)
@@ -149,6 +149,7 @@ static void usbs_set(struct clk *clk, int enable)
 
        switch(bcm63xx_get_cpu_id()) {
        case BCM6338_CPU_ID: mask = CKCTL_6338_USBS_EN; break;
+       case BCM6345_CPU_ID: mask = CKCTL_6345_USBS_EN; break;
        case BCM6348_CPU_ID: mask = CKCTL_6348_USBS_EN; break;
        default:
                return;
This page took 0.021768 seconds and 4 git commands to generate.