diff options
author | John Crispin <john@phrozen.org> | 2022-06-15 14:53:33 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2022-06-15 17:27:48 +0200 |
commit | c568d63b9155191e1fb42fe55e346e1248ed111b (patch) | |
tree | 2e863e0d8a453539e7a9a88e884c9abc1be41795 /Documentation | |
parent | Linux 5.19-rc1 (diff) | |
download | linux-c568d63b9155191e1fb42fe55e346e1248ed111b.tar.xz linux-c568d63b9155191e1fb42fe55e346e1248ed111b.zip |
dt-bindings: PCI: mediatek: Add Airoha EN7532 support
Add a binding for Airoha EN7532, an ARM-based platform SoC integrating the
same PCIe IP as MT7622.
Link: https://lore.kernel.org/r/20220615125335.96089-1-nbd@nbd.name
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pci/mediatek-pcie.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/mediatek-pcie.txt b/Documentation/devicetree/bindings/pci/mediatek-pcie.txt index 57ae73462272..684227522267 100644 --- a/Documentation/devicetree/bindings/pci/mediatek-pcie.txt +++ b/Documentation/devicetree/bindings/pci/mediatek-pcie.txt @@ -7,6 +7,7 @@ Required properties: "mediatek,mt7622-pcie" "mediatek,mt7623-pcie" "mediatek,mt7629-pcie" + "airoha,en7523-pcie" - device_type: Must be "pci" - reg: Base addresses and lengths of the root ports. - reg-names: Names of the above areas to use during resource lookup. |