mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: firmware: versal: add versal-net compatible string
@ 2024-01-16 11:58 Radhey Shyam Pandey
  2024-01-16 12:04 ` Michal Simek
  2024-01-22 13:00 ` Michal Simek
  0 siblings, 2 replies; 3+ messages in thread
From: Radhey Shyam Pandey @ 2024-01-16 11:58 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, michal.simek,
	sebastian.reichel, shubhrajyoti.datta, naman.trivedimanojbhai,
	jay.buddhabhatti, nava.kishore.manne
  Cc: devicetree, linux-arm-kernel, linux-kernel, git, Radhey Shyam Pandey

From: Jay Buddhabhatti <jay.buddhabhatti@xilinx.com>

Add dt-binding documentation for Versal NET platforms.
Versal Net is a new AMD/Xilinx SoC.

The SoC and its architecture is based on the Versal ACAP device.
The Versal Net device includes more security features in the
platform management controller (PMC) and increases the number of
CPUs in the application processing unit (APU) and the real-time
processing unit (RPU).

Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@xilinx.com>
Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Changes for v2:
- Add Krzysztof acked-by tag.
---
 .../bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml      | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml b/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
index 8e584857ddd4..cd9fbbb62552 100644
--- a/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
+++ b/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
@@ -26,6 +26,12 @@ properties:
       - description: For implementations complying for Versal.
         const: xlnx,versal-firmware
 
+      - description: For implementations complying for Versal NET.
+        items:
+          - enum:
+              - xlnx,versal-net-firmware
+          - const: xlnx,versal-firmware
+
   method:
     description: |
                  The method of calling the PM-API firmware layer.
-- 
2.34.1


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

* Re: [PATCH v2] dt-bindings: firmware: versal: add versal-net compatible string
  2024-01-16 11:58 [PATCH v2] dt-bindings: firmware: versal: add versal-net compatible string Radhey Shyam Pandey
@ 2024-01-16 12:04 ` Michal Simek
  2024-01-22 13:00 ` Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2024-01-16 12:04 UTC (permalink / raw)
  To: Radhey Shyam Pandey, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	sebastian.reichel, shubhrajyoti.datta, naman.trivedimanojbhai,
	jay.buddhabhatti, nava.kishore.manne
  Cc: devicetree, linux-arm-kernel, linux-kernel, git



On 1/16/24 12:58, Radhey Shyam Pandey wrote:
> From: Jay Buddhabhatti <jay.buddhabhatti@xilinx.com>
> 
> Add dt-binding documentation for Versal NET platforms.
> Versal Net is a new AMD/Xilinx SoC.
> 
> The SoC and its architecture is based on the Versal ACAP device.
> The Versal Net device includes more security features in the
> platform management controller (PMC) and increases the number of
> CPUs in the application processing unit (APU) and the real-time
> processing unit (RPU).
> 
> Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@xilinx.com>
> Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Changes for v2:
> - Add Krzysztof acked-by tag.
> ---
>   .../bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml      | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml b/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
> index 8e584857ddd4..cd9fbbb62552 100644
> --- a/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
> +++ b/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
> @@ -26,6 +26,12 @@ properties:
>         - description: For implementations complying for Versal.
>           const: xlnx,versal-firmware
>   
> +      - description: For implementations complying for Versal NET.
> +        items:
> +          - enum:
> +              - xlnx,versal-net-firmware
> +          - const: xlnx,versal-firmware
> +
>     method:
>       description: |
>                    The method of calling the PM-API firmware layer.

I will start to collect all of these xilinx specific patches when rc1 is tagged.

Thanks for reminder,
Michal

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

* Re: [PATCH v2] dt-bindings: firmware: versal: add versal-net compatible string
  2024-01-16 11:58 [PATCH v2] dt-bindings: firmware: versal: add versal-net compatible string Radhey Shyam Pandey
  2024-01-16 12:04 ` Michal Simek
@ 2024-01-22 13:00 ` Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2024-01-22 13:00 UTC (permalink / raw)
  To: Radhey Shyam Pandey, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	sebastian.reichel, shubhrajyoti.datta, naman.trivedimanojbhai,
	jay.buddhabhatti, nava.kishore.manne
  Cc: devicetree, linux-arm-kernel, linux-kernel, git



On 1/16/24 12:58, Radhey Shyam Pandey wrote:
> From: Jay Buddhabhatti <jay.buddhabhatti@xilinx.com>
> 
> Add dt-binding documentation for Versal NET platforms.
> Versal Net is a new AMD/Xilinx SoC.
> 
> The SoC and its architecture is based on the Versal ACAP device.
> The Versal Net device includes more security features in the
> platform management controller (PMC) and increases the number of
> CPUs in the application processing unit (APU) and the real-time
> processing unit (RPU).
> 
> Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@xilinx.com>
> Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Changes for v2:
> - Add Krzysztof acked-by tag.
> ---
>   .../bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml      | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml b/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
> index 8e584857ddd4..cd9fbbb62552 100644
> --- a/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
> +++ b/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
> @@ -26,6 +26,12 @@ properties:
>         - description: For implementations complying for Versal.
>           const: xlnx,versal-firmware
>   
> +      - description: For implementations complying for Versal NET.
> +        items:
> +          - enum:
> +              - xlnx,versal-net-firmware
> +          - const: xlnx,versal-firmware
> +
>     method:
>       description: |
>                    The method of calling the PM-API firmware layer.


Applied.
M

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

end of thread, other threads:[~2024-01-22 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-16 11:58 [PATCH v2] dt-bindings: firmware: versal: add versal-net compatible string Radhey Shyam Pandey
2024-01-16 12:04 ` Michal Simek
2024-01-22 13:00 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®