Message ID | 20211209204726.6676-2-jim2101024@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 145790e55d82e30182f48b0b94149ba41e3aabcc |
Delegated to: | Lorenzo Pieralisi |
Headers | show |
Series | PCI: brcmstb: Augment driver for MIPs SOCs | expand |
On 12/9/21 12:47 PM, Jim Quinlan wrote: > The Broadcom STB Arm and MIPs SOCs use the same PCIe controller > HW, although the MIPs version is older. > > Signed-off-by: Jim Quinlan <jim2101024@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
On Thu, 09 Dec 2021 15:47:22 -0500, Jim Quinlan wrote: > The Broadcom STB Arm and MIPs SOCs use the same PCIe controller > HW, although the MIPs version is older. > > Signed-off-by: Jim Quinlan <jim2101024@gmail.com> > --- > Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml b/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml index 1fe102743f82..043412e7735f 100644 --- a/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml +++ b/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml @@ -19,6 +19,8 @@ properties: - brcm,bcm7278-pcie # Broadcom 7278 Arm - brcm,bcm7216-pcie # Broadcom 7216 Arm - brcm,bcm7445-pcie # Broadcom 7445 Arm + - brcm,bcm7425-pcie # Broadcom 7425 MIPs + - brcm,bcm7435-pcie # Broadcom 7435 MIPs reg: maxItems: 1
The Broadcom STB Arm and MIPs SOCs use the same PCIe controller HW, although the MIPs version is older. Signed-off-by: Jim Quinlan <jim2101024@gmail.com> --- Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml | 2 ++ 1 file changed, 2 insertions(+)