* [PATCH] dt-bindings: soc: Add new board description for Versal NET
@ 2025-01-08 11:33 Shubhrajyoti Datta
2025-01-08 11:47 ` Krzysztof Kozlowski
2025-01-10 16:00 ` Rob Herring
0 siblings, 2 replies; 6+ messages in thread
From: Shubhrajyoti Datta @ 2025-01-08 11:33 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Michal Simek,
devicetree, linux-arm-kernel, linux-kernel
Cc: git, Shubhrajyoti Datta
The Versal NET (Networked Adaptive Compute Acceleration Platform) from
AMD/Xilinx is a next-generation adaptive platform designed for high
performance computing, networking, and AI acceleration. It is part of the
Versal ACAP (Adaptive Compute Acceleration Platform) family.
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
---
Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml b/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
index 131aba5ed9f4..e0fa36be7e35 100644
--- a/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
+++ b/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
@@ -10,7 +10,7 @@ maintainers:
- Michal Simek <michal.simek@amd.com>
description: |
- Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC
+ Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC or Versal Adaptive SoCs
properties:
$nodename:
@@ -187,6 +187,10 @@ properties:
- const: qemu,mbv
- const: amd,mbv
+ - description: Xilinx Versal NET
+ items:
+ - const: xlnx,versal-net
+
additionalProperties: true
...
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: soc: Add new board description for Versal NET
2025-01-08 11:33 [PATCH] dt-bindings: soc: Add new board description for Versal NET Shubhrajyoti Datta
@ 2025-01-08 11:47 ` Krzysztof Kozlowski
2025-01-08 15:27 ` Michal Simek
2025-01-10 16:00 ` Rob Herring
1 sibling, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-01-08 11:47 UTC (permalink / raw)
To: Shubhrajyoti Datta, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Michal Simek, devicetree, linux-arm-kernel,
linux-kernel
Cc: git
On 08/01/2025 12:33, Shubhrajyoti Datta wrote:
> description: |
> - Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC
> + Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC or Versal Adaptive SoCs
>
> properties:
> $nodename:
> @@ -187,6 +187,10 @@ properties:
> - const: qemu,mbv
> - const: amd,mbv
>
> + - description: Xilinx Versal NET
> + items:
> + - const: xlnx,versal-net
It is usually too difficult to use SoCs on their own. Just too small
pins for our clumsy fingers. Therefore I don't get how this is supposed
to be used...
Anyway, provide the user for the binding (DTS).
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: soc: Add new board description for Versal NET
2025-01-08 11:47 ` Krzysztof Kozlowski
@ 2025-01-08 15:27 ` Michal Simek
0 siblings, 0 replies; 6+ messages in thread
From: Michal Simek @ 2025-01-08 15:27 UTC (permalink / raw)
To: Krzysztof Kozlowski, Shubhrajyoti Datta, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, devicetree, linux-arm-kernel,
linux-kernel
Cc: git
On 1/8/25 12:47, Krzysztof Kozlowski wrote:
> On 08/01/2025 12:33, Shubhrajyoti Datta wrote:
>> description: |
>> - Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC
>> + Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC or Versal Adaptive SoCs
>>
>> properties:
>> $nodename:
>> @@ -187,6 +187,10 @@ properties:
>> - const: qemu,mbv
>> - const: amd,mbv
>>
>> + - description: Xilinx Versal NET
>> + items:
>> + - const: xlnx,versal-net
>
> It is usually too difficult to use SoCs on their own. Just too small
> pins for our clumsy fingers. Therefore I don't get how this is supposed
> to be used...
>
> Anyway, provide the user for the binding (DTS).
ok. Let us strip our current DT from descriptions which are not upstreamed yet
and wire one board to be also listed.
Thanks,
Michal
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: soc: Add new board description for Versal NET
2025-01-08 11:33 [PATCH] dt-bindings: soc: Add new board description for Versal NET Shubhrajyoti Datta
2025-01-08 11:47 ` Krzysztof Kozlowski
@ 2025-01-10 16:00 ` Rob Herring
2025-01-21 7:51 ` Michal Simek
2025-01-22 16:03 ` Michal Simek
1 sibling, 2 replies; 6+ messages in thread
From: Rob Herring @ 2025-01-10 16:00 UTC (permalink / raw)
To: Shubhrajyoti Datta
Cc: Krzysztof Kozlowski, Conor Dooley, Michal Simek, devicetree,
linux-arm-kernel, linux-kernel, git
On Wed, Jan 08, 2025 at 05:03:38PM +0530, Shubhrajyoti Datta wrote:
> The Versal NET (Networked Adaptive Compute Acceleration Platform) from
> AMD/Xilinx is a next-generation adaptive platform designed for high
> performance computing, networking, and AI acceleration. It is part of the
> Versal ACAP (Adaptive Compute Acceleration Platform) family.
>
> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
> ---
>
> Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml b/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
> index 131aba5ed9f4..e0fa36be7e35 100644
> --- a/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
> +++ b/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Michal Simek <michal.simek@amd.com>
>
> description: |
> - Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC
> + Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC or Versal Adaptive SoCs
Perhaps make this more general instead of adding to it for each SoC.
Also, the '|' can be dropped while you are here.
>
> properties:
> $nodename:
> @@ -187,6 +187,10 @@ properties:
> - const: qemu,mbv
> - const: amd,mbv
>
> + - description: Xilinx Versal NET
Above you say "Versal Adaptive", but not here?
> + items:
> + - const: xlnx,versal-net
> +
> additionalProperties: true
>
> ...
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: soc: Add new board description for Versal NET
2025-01-10 16:00 ` Rob Herring
@ 2025-01-21 7:51 ` Michal Simek
2025-01-22 16:03 ` Michal Simek
1 sibling, 0 replies; 6+ messages in thread
From: Michal Simek @ 2025-01-21 7:51 UTC (permalink / raw)
To: Rob Herring, Shubhrajyoti Datta
Cc: Krzysztof Kozlowski, Conor Dooley, devicetree, linux-arm-kernel,
linux-kernel, git
On 1/10/25 17:00, Rob Herring wrote:
> On Wed, Jan 08, 2025 at 05:03:38PM +0530, Shubhrajyoti Datta wrote:
>> The Versal NET (Networked Adaptive Compute Acceleration Platform) from
>> AMD/Xilinx is a next-generation adaptive platform designed for high
>> performance computing, networking, and AI acceleration. It is part of the
>> Versal ACAP (Adaptive Compute Acceleration Platform) family.
>>
>> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
>> ---
>>
>> Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml | 6 +++++-
>> 1 file changed, 5 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml b/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
>> index 131aba5ed9f4..e0fa36be7e35 100644
>> --- a/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
>> +++ b/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
>> @@ -10,7 +10,7 @@ maintainers:
>> - Michal Simek <michal.simek@amd.com>
>>
>> description: |
>> - Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC
>> + Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC or Versal Adaptive SoCs
>
> Perhaps make this more general instead of adding to it for each SoC.
>
> Also, the '|' can be dropped while you are here.
It should be likely AMD/Xilinx SOCs
>
>>
>> properties:
>> $nodename:
>> @@ -187,6 +187,10 @@ properties:
>> - const: qemu,mbv
>> - const: amd,mbv
>>
>> + - description: Xilinx Versal NET
>
> Above you say "Versal Adaptive", but not here?
Family is marked as Versal Adaptive SOCs which contains couple of products.
Versal, Versal NET or Versal Gen 2.
Thanks,
Michal
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: soc: Add new board description for Versal NET
2025-01-10 16:00 ` Rob Herring
2025-01-21 7:51 ` Michal Simek
@ 2025-01-22 16:03 ` Michal Simek
1 sibling, 0 replies; 6+ messages in thread
From: Michal Simek @ 2025-01-22 16:03 UTC (permalink / raw)
To: Rob Herring, Shubhrajyoti Datta
Cc: Krzysztof Kozlowski, Conor Dooley, devicetree, linux-arm-kernel,
linux-kernel, git
Hi Rob,
On 1/10/25 17:00, Rob Herring wrote:
> On Wed, Jan 08, 2025 at 05:03:38PM +0530, Shubhrajyoti Datta wrote:
>> The Versal NET (Networked Adaptive Compute Acceleration Platform) from
>> AMD/Xilinx is a next-generation adaptive platform designed for high
>> performance computing, networking, and AI acceleration. It is part of the
>> Versal ACAP (Adaptive Compute Acceleration Platform) family.
>>
>> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
>> ---
>>
>> Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml | 6 +++++-
>> 1 file changed, 5 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml b/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
>> index 131aba5ed9f4..e0fa36be7e35 100644
>> --- a/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
>> +++ b/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
>> @@ -10,7 +10,7 @@ maintainers:
>> - Michal Simek <michal.simek@amd.com>
>>
>> description: |
>> - Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC
>> + Xilinx boards with Zynq-7000 SOC or Zynq UltraScale+ MPSoC or Versal Adaptive SoCs
>
> Perhaps make this more general instead of adding to it for each SoC.
>
> Also, the '|' can be dropped while you are here.
What's the way to generate documentation to see how that formatting looks like
when | is used?
Thanks,
Michal
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-01-22 16:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 11:33 [PATCH] dt-bindings: soc: Add new board description for Versal NET Shubhrajyoti Datta
2025-01-08 11:47 ` Krzysztof Kozlowski
2025-01-08 15:27 ` Michal Simek
2025-01-10 16:00 ` Rob Herring
2025-01-21 7:51 ` Michal Simek
2025-01-22 16:03 ` Michal Simek
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).