[PATCH V2 0/2] reset: reset-zynqmp: add support for Versal NET platform

Piyush Mehta posted 2 patches 2 years, 1 month ago
.../devicetree/bindings/reset/xlnx,zynqmp-reset.yaml       | 1 +
drivers/reset/reset-zynqmp.c                               | 7 +++++++
2 files changed, 8 insertions(+)
[PATCH V2 0/2] reset: reset-zynqmp: add support for Versal NET platform
Posted by Piyush Mehta 2 years, 1 month ago
Extended the ZynqMP and versal reset driver to support Versal NET platform,
accordingly added compatible string dt-binding for the Versal NET platform
specific.

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).

---
Changes in V2:
- Addressed Krzysztof and Conor review comments:
 - Updated the commit message [1/2] with detail description of Versal NET SoC.
 - Removed the dt-bindings include versal NET header from the binding documents
   as it is not used by the driver.

Link: https://lore.kernel.org/lkml/20230717112348.1381367-1-piyush.mehta@amd.com/ 
---

Piyush Mehta (2):
  dt-bindings: reset: Updated binding for Versal-NET reset driver
  reset: reset-zynqmp: add support for Versal NET platform

 .../devicetree/bindings/reset/xlnx,zynqmp-reset.yaml       | 1 +
 drivers/reset/reset-zynqmp.c                               | 7 +++++++
 2 files changed, 8 insertions(+)

-- 
2.25.1
Re: [PATCH V2 0/2] reset: reset-zynqmp: add support for Versal NET platform
Posted by Philipp Zabel 2 years, 1 month ago
On Fr, 2023-07-21 at 09:41 +0530, Piyush Mehta wrote:
> Extended the ZynqMP and versal reset driver to support Versal NET platform,
> accordingly added compatible string dt-binding for the Versal NET platform
> specific.
> 
> 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).

Thank you, applied to reset/next.

regards
Philipp