diff options
author | 2023-03-07 13:10:15 +0100 | |
---|---|---|
committer | 2023-03-28 19:39:20 +0900 | |
commit | 869c942fb567c9b1dcc25487200fdcf474157029 (patch) | |
tree | dc674a56ba0cdeec23b4350783d776c076223175 | |
parent | dt-bindings: nvme: apple: Add apple,t8112-nvme-ans2 compatible string (diff) | |
download | wireguard-linux-869c942fb567c9b1dcc25487200fdcf474157029.tar.xz wireguard-linux-869c942fb567c9b1dcc25487200fdcf474157029.zip |
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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Hector Martin <marcan@marcan.st>
-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 |