devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] reset: reset-zynqmp: Added Versal platform support
@ 2020-07-22  7:16 Sai Krishna Potthuri
  2020-07-22  7:16 ` [PATCH v2 1/2] dt-bindings: reset: Updated binding for Versal reset driver Sai Krishna Potthuri
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sai Krishna Potthuri @ 2020-07-22  7:16 UTC (permalink / raw)
  To: Philipp Zabel, Rob Herring, Michal Simek
  Cc: devicetree, linux-arm-kernel, linux-kernel, git, saikrishna12468,
	Sai Krishna Potthuri

Extended the ZynqMP reset driver to support Versal platform, accordingly
updated the dt-binding with the Versal platform specific information
like compatible string and reset indices.

Changes in v2:
 - Updated 1/2 patch commit description with some explanation about
reset indices.
 - 2/2 patch, Created SOC specific data structure and initialize the
const data based on of_device_get_match_data.
 - Defined driver specific of_xlate callback.

Sai Krishna Potthuri (2):
  dt-bindings: reset: Updated binding for Versal reset driver
  reset: reset-zynqmp: Added support for Versal platform

 .../bindings/reset/xlnx,zynqmp-reset.txt      |  11 +-
 drivers/reset/reset-zynqmp.c                  |  50 ++++++++-
 .../dt-bindings/reset/xlnx-versal-resets.h    | 105 ++++++++++++++++++
 3 files changed, 156 insertions(+), 10 deletions(-)
 create mode 100644 include/dt-bindings/reset/xlnx-versal-resets.h

-- 
2.17.1


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

end of thread, other threads:[~2020-07-24  8:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-22  7:16 [PATCH v2 0/2] reset: reset-zynqmp: Added Versal platform support Sai Krishna Potthuri
2020-07-22  7:16 ` [PATCH v2 1/2] dt-bindings: reset: Updated binding for Versal reset driver Sai Krishna Potthuri
2020-07-23 20:10   ` Rob Herring
2020-07-22  7:16 ` [PATCH v2 2/2] reset: reset-zynqmp: Added support for Versal platform Sai Krishna Potthuri
2020-07-24  8:02 ` [PATCH v2 0/2] reset: reset-zynqmp: Added Versal platform support Philipp Zabel

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