提交 91fa4b0a 编写于 作者: R Rafał Miłecki 提交者: John W. Linville

bcma: enable support for 14e4:4357 (BCM43225)

Signed-off-by: NRafał Miłecki <zajec5@gmail.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 0e44d48c
...@@ -53,6 +53,7 @@ static void bcma_pmu_resources_init(struct bcma_drv_cc *cc) ...@@ -53,6 +53,7 @@ static void bcma_pmu_resources_init(struct bcma_drv_cc *cc)
max_msk = 0xFFFF; max_msk = 0xFFFF;
break; break;
case 43224: case 43224:
case 43225:
break; break;
default: default:
pr_err("PMU resource config unknown for device 0x%04X\n", pr_err("PMU resource config unknown for device 0x%04X\n",
...@@ -74,6 +75,7 @@ void bcma_pmu_swreg_init(struct bcma_drv_cc *cc) ...@@ -74,6 +75,7 @@ void bcma_pmu_swreg_init(struct bcma_drv_cc *cc)
case 0x4313: case 0x4313:
case 0x4331: case 0x4331:
case 43224: case 43224:
case 43225:
break; break;
default: default:
pr_err("PMU switch/regulators init unknown for device " pr_err("PMU switch/regulators init unknown for device "
...@@ -101,6 +103,8 @@ void bcma_pmu_workarounds(struct bcma_drv_cc *cc) ...@@ -101,6 +103,8 @@ void bcma_pmu_workarounds(struct bcma_drv_cc *cc)
bcma_chipco_chipctl_maskset(cc, 0, ~0, 0xF0); bcma_chipco_chipctl_maskset(cc, 0, ~0, 0xF0);
} }
break; break;
case 43225:
break;
default: default:
pr_err("Workarounds unknown for device 0x%04X\n", pr_err("Workarounds unknown for device 0x%04X\n",
bus->chipinfo.id); bus->chipinfo.id);
......
...@@ -226,6 +226,7 @@ static DEFINE_PCI_DEVICE_TABLE(bcma_pci_bridge_tbl) = { ...@@ -226,6 +226,7 @@ static DEFINE_PCI_DEVICE_TABLE(bcma_pci_bridge_tbl) = {
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4357) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) },
{ 0, }, { 0, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册