b53: Allow using all ports on BCM53012
[15.05/openwrt.git] / target / linux / generic / files / drivers / net / phy / b53 / b53_common.c
index ac7c10c..2b05d5d 100644 (file)
@@ -1214,7 +1214,7 @@ static const struct b53_chip_data b53_switch_chips[] = {
                .dev_name = "BCM53012",
                .alias = "bcm53011",
                .vlans = 4096,
-               .enabled_ports = 0x1f,
+               .enabled_ports = 0x1bf,
                .cpu_port = B53_CPU_PORT_25, /* TODO: auto detect */
                .vta_regs = B53_VTA_REGS,
                .duplex_reg = B53_DUPLEX_STAT_GE,