diff options
author | Janne Grunau <[email protected]> | 2023-03-07 13:10:15 +0100 |
---|---|---|
committer | Hector Martin <[email protected]> | 2023-03-28 19:39:20 +0900 |
commit | 869c942fb567c9b1dcc25487200fdcf474157029 (patch) | |
tree | dc674a56ba0cdeec23b4350783d776c076223175 | |
parent | 20fa978cd98c6a44c206bfd7bcb16afa4d4e8a29 (diff) |
dt-bindings: pci: apple,pcie: Add t8112 support
The block found in the Apple M2 SoC is compatible with the existing
driver, and supports 4 downstream ports like the t6000 one.
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Janne Grunau <[email protected]>
Signed-off-by: Hector Martin <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pci/apple,pcie.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/apple,pcie.yaml b/Documentation/devicetree/bindings/pci/apple,pcie.yaml index aa38680aaaca..215ff9a9c835 100644 --- a/Documentation/devicetree/bindings/pci/apple,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/apple,pcie.yaml @@ -33,6 +33,7 @@ properties: items: - enum: - apple,t8103-pcie + - apple,t8112-pcie - apple,t6000-pcie - const: apple,pcie |