devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] dt-bindings: reset: convert the xlnx,zynqmp-reset.txt to yaml
@ 2023-06-07  6:51 Piyush Mehta
  2023-06-07  6:51 ` [PATCH 1/2] " Piyush Mehta
  2023-06-07  6:51 ` [PATCH 2/2] dt-bindings: firmware: add reset-controller property Piyush Mehta
  0 siblings, 2 replies; 9+ messages in thread
From: Piyush Mehta @ 2023-06-07  6:51 UTC (permalink / raw)
  To: p.zabel, robh+dt, krzysztof.kozlowski+dt, conor+dt, michal.simek,
	michal.simek, nava.manne
  Cc: linux-usb, devicetree, linux-kernel, siva.durga.prasad.paladugu,
	git, Piyush Mehta

This series of patch convert txt file (xlnx,zynqmp-reset.txt) to yaml
(xlnx,zynqmp-reset.yaml) DT schema format and adding reset-controller
property to the firmware dt-binding.

---
Note:
The 1/2 patch introduced a warning related to the dt binding check,
which was subsequently fixed in the 2/2 patch. This warning is a
conversion warning due to a dependency on firmware dt binding.

Warning:
  DTC_CHK Documentation/devicetree/bindings/reset/xlnx,zynqmp-reset.example.dtb
/scratch/piyushm/torvalds/linux/Documentation/devicetree/bindings/reset/xlnx,zynqmp-reset.example.dtb: zynqmp-firmware: 'reset-controller' does not match any of the regexes: 'pinctrl-[0-9]+'
	From schema: /scratch/piyushm/torvalds/linux/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml

Please suggest to me, if it's fine to make a single patch instead
of the separate patch 1/2 and 2/2.
---
Piyush Mehta (2):
  dt-bindings: reset: convert the xlnx,zynqmp-reset.txt to yaml
  dt-bindings: firmware: add reset-controller property

 .../firmware/xilinx/xlnx,zynqmp-firmware.yaml | 11 +++
 .../bindings/reset/xlnx,zynqmp-reset.txt      | 55 ---------------
 .../bindings/reset/xlnx,zynqmp-reset.yaml     | 67 +++++++++++++++++++
 3 files changed, 78 insertions(+), 55 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/reset/xlnx,zynqmp-reset.txt
 create mode 100644 Documentation/devicetree/bindings/reset/xlnx,zynqmp-reset.yaml

-- 
2.25.1


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

end of thread, other threads:[~2023-06-08 11:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-07  6:51 [PATCH 0/2] dt-bindings: reset: convert the xlnx,zynqmp-reset.txt to yaml Piyush Mehta
2023-06-07  6:51 ` [PATCH 1/2] " Piyush Mehta
2023-06-07  7:36   ` Rob Herring
2023-06-08 10:55     ` Mehta, Piyush
2023-06-08 11:29       ` Krzysztof Kozlowski
2023-06-08 11:34         ` Michal Simek
2023-06-08 11:39           ` Krzysztof Kozlowski
2023-06-07  6:51 ` [PATCH 2/2] dt-bindings: firmware: add reset-controller property Piyush Mehta
2023-06-07  7:36   ` Rob Herring

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