These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
44 lines
1.5 KiB
Diff
44 lines
1.5 KiB
Diff
From b708ec11d4c33dbac840fff9f5edb0012b81000e Mon Sep 17 00:00:00 2001
|
|
From: Stanimir Varbanov <svarbanov@suse.de>
|
|
Date: Mon, 24 Feb 2025 10:35:54 +0200
|
|
Subject: [PATCH] dt-bindings: PCI: brcmstb: Update bindings for PCIe on
|
|
BCM2712
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Update PCIe controller bindings with BCM2712 support.
|
|
|
|
Signed-off-by: Stanimir Varbanov <svarbanov@suse.de>
|
|
Acked-by: Rob Herring (Arm) <robh@kernel.org>
|
|
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
|
|
Tested-by: Ivan T. Ivanov <iivanov@suse.de>
|
|
Link: https://lore.kernel.org/r/20250120130119.671119-3-svarbanov@suse.de
|
|
[kwilczynski: commit log]
|
|
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
|
|
---
|
|
Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml | 6 +++++-
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
|
|
+++ b/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
|
|
@@ -14,6 +14,7 @@ properties:
|
|
items:
|
|
- enum:
|
|
- brcm,bcm2711-pcie # The Raspberry Pi 4
|
|
+ - brcm,bcm2712-pcie # Raspberry Pi 5
|
|
- brcm,bcm4908-pcie
|
|
- brcm,bcm7211-pcie # Broadcom STB version of RPi4
|
|
- brcm,bcm7216-pcie # Broadcom 7216 Arm
|
|
@@ -102,7 +103,10 @@ properties:
|
|
|
|
reset-names:
|
|
minItems: 1
|
|
- maxItems: 3
|
|
+ items:
|
|
+ - enum: [perst, rescal]
|
|
+ - const: bridge
|
|
+ - const: swinit
|
|
|
|
brcm,tperst-clk-ms:
|
|
category: optional
|