* [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8189 SoC
@ 2026-07-01 15:27 Louis-Alexis Eyraud
2026-07-01 15:34 ` sashiko-bot
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Louis-Alexis Eyraud @ 2026-07-01 15:27 UTC (permalink / raw)
To: Ryder Lee, Bjorn Helgaas, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
AngeloGioacchino Del Regno, Jianjun Wang
Cc: kernel, linux-pci, linux-mediatek, devicetree, linux-kernel,
linux-arm-kernel, Louis-Alexis Eyraud
Add compatible for MT8189 PCIe Gen3 controller, that is compatible with
the one found MT8192.
Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
---
Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml b/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml
index 4db700fc36ba..fbc0378392d4 100644
--- a/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml
+++ b/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml
@@ -51,6 +51,7 @@ properties:
- mediatek,mt7981-pcie
- mediatek,mt7986-pcie
- mediatek,mt8188-pcie
+ - mediatek,mt8189-pcie
- mediatek,mt8195-pcie
- const: mediatek,mt8192-pcie
- items:
@@ -193,6 +194,7 @@ allOf:
contains:
enum:
- mediatek,mt8188-pcie
+ - mediatek,mt8189-pcie
- mediatek,mt8195-pcie
then:
properties:
---
base-commit: ba7c57499e5999aeae8dd4f954eb2600589d80aa
change-id: 20260701-mt8189-dt-bindings-pcie-283bb19944bc
Best regards,
--
Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8189 SoC
2026-07-01 15:27 [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8189 SoC Louis-Alexis Eyraud
@ 2026-07-01 15:34 ` sashiko-bot
2026-07-01 16:55 ` AngeloGioacchino Del Regno
2026-07-02 8:25 ` Krzysztof Kozlowski
2 siblings, 0 replies; 4+ messages in thread
From: sashiko-bot @ 2026-07-01 15:34 UTC (permalink / raw)
To: Louis-Alexis Eyraud; +Cc: robh, conor+dt, devicetree, linux-pci
> Add compatible for MT8189 PCIe Gen3 controller, that is compatible with
> the one found MT8192.
>
> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Sashiko has reviewed this patch and found no issues. It looks great!
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260701-mt8189-dt-bindings-pcie-v1-1-7c7a65087654@collabora.com?part=1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8189 SoC
2026-07-01 15:27 [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8189 SoC Louis-Alexis Eyraud
2026-07-01 15:34 ` sashiko-bot
@ 2026-07-01 16:55 ` AngeloGioacchino Del Regno
2026-07-02 8:25 ` Krzysztof Kozlowski
2 siblings, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-07-01 16:55 UTC (permalink / raw)
To: Louis-Alexis Eyraud, Ryder Lee, Bjorn Helgaas, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Matthias Brugger, Jianjun Wang
Cc: kernel, linux-pci, linux-mediatek, devicetree, linux-kernel,
linux-arm-kernel
On 7/1/26 17:27, Louis-Alexis Eyraud wrote:
> Add compatible for MT8189 PCIe Gen3 controller, that is compatible with
> the one found MT8192.
>
> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8189 SoC
2026-07-01 15:27 [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8189 SoC Louis-Alexis Eyraud
2026-07-01 15:34 ` sashiko-bot
2026-07-01 16:55 ` AngeloGioacchino Del Regno
@ 2026-07-02 8:25 ` Krzysztof Kozlowski
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-07-02 8:25 UTC (permalink / raw)
To: Louis-Alexis Eyraud
Cc: Ryder Lee, Bjorn Helgaas, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
AngeloGioacchino Del Regno, Jianjun Wang, kernel, linux-pci,
linux-mediatek, devicetree, linux-kernel, linux-arm-kernel
On Wed, Jul 01, 2026 at 05:27:36PM +0200, Louis-Alexis Eyraud wrote:
> Add compatible for MT8189 PCIe Gen3 controller, that is compatible with
> the one found MT8192.
>
> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
> ---
> Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml | 2 ++
> 1 file changed, 2 insertions(+)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-02 8:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01 15:27 [PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8189 SoC Louis-Alexis Eyraud
2026-07-01 15:34 ` sashiko-bot
2026-07-01 16:55 ` AngeloGioacchino Del Regno
2026-07-02 8:25 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox