[brcm63xx] add infrastructure to register gpio-input reset button
[openwrt.git] / target / linux / brcm63xx / files / arch / mips / bcm63xx / dev-usb-udc.c
index 4459f2f..c5f1070 100644 (file)
@@ -47,7 +47,7 @@ static struct platform_device bcm63xx_udc_device = {
 
 int __init bcm63xx_udc_register(void)
 {
-       if (!BCMCPU_IS_6338() && !BCMCPU_IS_6348())
+       if (!BCMCPU_IS_6338() && !BCMCPU_IS_6345() && !BCMCPU_IS_6348())
                return 0;
 
        udc_resources[0].start = bcm63xx_regset_address(RSET_UDC0);
This page took 0.024918 seconds and 4 git commands to generate.