Broadcom's Cable Modem (CM) group also uses this PCIe driver
as it shares the PCIe HW core with the STB group.
Make the modifications to enable the CM SoCs.
Signed-off-by: Jim Quinlan <james.quinlan@xxxxxxxxxxxx>
---
@@ -1354,7 +1417,10 @@ static int brcm_pcie_start_link(struct brcm_pcie *pcie)
brcm_config_clkreq(pcie);
- if (pcie->ssc) {
+ if (IS_CM_SOC(pcie->cfg->soc_base)) {
+ /* This driver does configure SSC for CM chips */