Re: [PATCH 3/3] PCI: brcmstb: Enable Broadcom Cable Modem SoCs

From: Florian Fainelli
Date: Thu Jun 12 2025 - 16:38:01 EST


On 6/9/25 15:17, Jim Quinlan wrote:
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>
---

[snip]

@@ -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 */

Nit: does not configure SSC for CM chips. With that fixed:

Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>

--
Florian