All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8195
@ 2021-08-20  2:35 ` Jianjun Wang
  0 siblings, 0 replies; 10+ messages in thread
From: Jianjun Wang @ 2021-08-20  2:35 UTC (permalink / raw)
  To: Rob Herring, Bjorn Helgaas, Matthias Brugger, Ryder Lee
  Cc: linux-pci, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Jianjun Wang, Rex-BC.Chen, TingHan.Shen

MT8195 is an ARM platform SoC which has the same PCIe IP with MT8192.

Signed-off-by: Jianjun Wang <jianjun.wang@mediatek.com>
---
 Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml b/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml
index 742206dbd965..dcebb1036207 100644
--- a/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml
+++ b/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml
@@ -48,7 +48,9 @@ allOf:
 
 properties:
   compatible:
-    const: mediatek,mt8192-pcie
+    oneOf:
+      - const: mediatek,mt8192-pcie
+      - const: mediatek,mt8195-pcie
 
   reg:
     maxItems: 1
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-08-25  5:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20  2:35 [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8195 Jianjun Wang
2021-08-20  2:35 ` Jianjun Wang
2021-08-20  2:35 ` Jianjun Wang
2021-08-24 14:39 ` Rob Herring
2021-08-24 14:39   ` Rob Herring
2021-08-24 14:39   ` Rob Herring
2021-08-24 14:40 ` Rob Herring
2021-08-24 14:40   ` Rob Herring
2021-08-24 14:40   ` Rob Herring
2021-08-25  5:23   ` Jianjun Wang (王建军)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.