* [PATCH] dt-bindings: PCI: mediatek,mt7621-pcie: add PCIe host topology ascii graph
@ 2024-05-22 4:43 Sergio Paracuellos
2024-05-22 6:48 ` Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Sergio Paracuellos @ 2024-05-22 4:43 UTC (permalink / raw)
To: devicetree
Cc: linux-pci, krzk+dt, robh, kw, lpieralisi, bhelgaas, conor+dt,
angelogioacchino.delregno, linux-kernel, Krzysztof Kozlowski
MediaTek MT7621 PCIe subsys supports a single Root Complex (RC) with 3 Root
Ports. Add PCIe host topology ascii graph to the binding for completeness.
Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
---
.../bindings/pci/mediatek,mt7621-pcie.yaml | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml b/Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml
index 6fba42156db6..c41608863d6c 100644
--- a/Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml
@@ -13,6 +13,35 @@ description: |+
MediaTek MT7621 PCIe subsys supports a single Root Complex (RC)
with 3 Root Ports. Each Root Port supports a Gen1 1-lane Link
+ MT7621 PCIe HOST Topology
+
+ .-------.
+ | |
+ | CPU |
+ | |
+ '-------'
+ |
+ |
+ |
+ v
+ .------------------.
+ .-----------| HOST/PCI Bridge |------------.
+ | '------------------' | Type1
+ BUS0 | | | Access
+ v v v On Bus0
+ .-------------. .-------------. .-------------.
+ | VIRTUAL P2P | | VIRTUAL P2P | | VIRTUAL P2P |
+ | BUS0 | | BUS0 | | BUS0 |
+ | DEV0 | | DEV1 | | DEV2 |
+ '-------------' '-------------' '-------------'
+ Type0 | Type0 | Type0 |
+ Access BUS1 | Access BUS2| Access BUS3|
+ On Bus1 v On Bus2 v On Bus3 v
+ .----------. .----------. .----------.
+ | Device 0 | | Device 0 | | Device 0 |
+ | Func 0 | | Func 0 | | Func 0 |
+ '----------' '----------' '----------'
+
allOf:
- $ref: /schemas/pci/pci-host-bridge.yaml#
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: PCI: mediatek,mt7621-pcie: add PCIe host topology ascii graph
2024-05-22 4:43 [PATCH] dt-bindings: PCI: mediatek,mt7621-pcie: add PCIe host topology ascii graph Sergio Paracuellos
@ 2024-05-22 6:48 ` Krzysztof Kozlowski
2024-05-22 7:17 ` AngeloGioacchino Del Regno
2024-07-01 20:22 ` Krzysztof Wilczyński
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-05-22 6:48 UTC (permalink / raw)
To: Sergio Paracuellos, devicetree
Cc: linux-pci, krzk+dt, robh, kw, lpieralisi, bhelgaas, conor+dt,
angelogioacchino.delregno, linux-kernel
On 22/05/2024 06:43, Sergio Paracuellos wrote:
> MediaTek MT7621 PCIe subsys supports a single Root Complex (RC) with 3 Root
> Ports. Add PCIe host topology ascii graph to the binding for completeness.
>
> Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
> Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
> ---
> .../bindings/pci/mediatek,mt7621-pcie.yaml | 29 +++++++++++++++++++
> 1 file changed, 29 insertions(+)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: PCI: mediatek,mt7621-pcie: add PCIe host topology ascii graph
2024-05-22 4:43 [PATCH] dt-bindings: PCI: mediatek,mt7621-pcie: add PCIe host topology ascii graph Sergio Paracuellos
2024-05-22 6:48 ` Krzysztof Kozlowski
@ 2024-05-22 7:17 ` AngeloGioacchino Del Regno
2024-07-01 20:22 ` Krzysztof Wilczyński
2 siblings, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-05-22 7:17 UTC (permalink / raw)
To: Sergio Paracuellos, devicetree
Cc: linux-pci, krzk+dt, robh, kw, lpieralisi, bhelgaas, conor+dt,
linux-kernel, Krzysztof Kozlowski
Il 22/05/24 06:43, Sergio Paracuellos ha scritto:
> MediaTek MT7621 PCIe subsys supports a single Root Complex (RC) with 3 Root
> Ports. Add PCIe host topology ascii graph to the binding for completeness.
>
> Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
> Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Lovely.
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> .../bindings/pci/mediatek,mt7621-pcie.yaml | 29 +++++++++++++++++++
> 1 file changed, 29 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml b/Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml
> index 6fba42156db6..c41608863d6c 100644
> --- a/Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml
> +++ b/Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml
> @@ -13,6 +13,35 @@ description: |+
> MediaTek MT7621 PCIe subsys supports a single Root Complex (RC)
> with 3 Root Ports. Each Root Port supports a Gen1 1-lane Link
>
> + MT7621 PCIe HOST Topology
> +
> + .-------.
> + | |
> + | CPU |
> + | |
> + '-------'
> + |
> + |
> + |
> + v
> + .------------------.
> + .-----------| HOST/PCI Bridge |------------.
> + | '------------------' | Type1
> + BUS0 | | | Access
> + v v v On Bus0
> + .-------------. .-------------. .-------------.
> + | VIRTUAL P2P | | VIRTUAL P2P | | VIRTUAL P2P |
> + | BUS0 | | BUS0 | | BUS0 |
> + | DEV0 | | DEV1 | | DEV2 |
> + '-------------' '-------------' '-------------'
> + Type0 | Type0 | Type0 |
> + Access BUS1 | Access BUS2| Access BUS3|
> + On Bus1 v On Bus2 v On Bus3 v
> + .----------. .----------. .----------.
> + | Device 0 | | Device 0 | | Device 0 |
> + | Func 0 | | Func 0 | | Func 0 |
> + '----------' '----------' '----------'
> +
> allOf:
> - $ref: /schemas/pci/pci-host-bridge.yaml#
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: PCI: mediatek,mt7621-pcie: add PCIe host topology ascii graph
2024-05-22 4:43 [PATCH] dt-bindings: PCI: mediatek,mt7621-pcie: add PCIe host topology ascii graph Sergio Paracuellos
2024-05-22 6:48 ` Krzysztof Kozlowski
2024-05-22 7:17 ` AngeloGioacchino Del Regno
@ 2024-07-01 20:22 ` Krzysztof Wilczyński
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Wilczyński @ 2024-07-01 20:22 UTC (permalink / raw)
To: Sergio Paracuellos
Cc: devicetree, linux-pci, krzk+dt, robh, lpieralisi, bhelgaas,
conor+dt, angelogioacchino.delregno, linux-kernel,
Krzysztof Kozlowski
Hello,
> MediaTek MT7621 PCIe subsys supports a single Root Complex (RC) with 3 Root
> Ports. Add PCIe host topology ascii graph to the binding for completeness.
Applied to dt-bindings, thank you!
[1/1] dt-bindings: PCI: mediatek,mt7621-pcie: Add PCIe host topology ASCII graph
https://git.kernel.org/pci/pci/c/868f61ed02a3
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-01 20:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 4:43 [PATCH] dt-bindings: PCI: mediatek,mt7621-pcie: add PCIe host topology ascii graph Sergio Paracuellos
2024-05-22 6:48 ` Krzysztof Kozlowski
2024-05-22 7:17 ` AngeloGioacchino Del Regno
2024-07-01 20:22 ` Krzysztof Wilczyński
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).