devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	dmaengine@vger.kernel.org
Cc: robh+dt@kernel.org, michal.simek@xilinx.com,
	m.tretter@pengutronix.de, kernel@pengutronix.de
Subject: [PATCH 0/3] dt-bindings: dmaengine: zynqmp_dma: Convert binding to YAML
Date: Wed, 12 Jan 2022 16:15:38 +0100	[thread overview]
Message-ID: <20220112151541.1328732-1-m.tretter@pengutronix.de> (raw)

Hi,

This series converts the ZynqMP dma engine dt bindings to yaml and fixes the
ZynqMP device tree following the stricter yaml bindings.

The series is based on https://github.com/Xilinx/linux-xlnx/tree/zynqmp/dt to
avoid conflicts when applying the patches to the zynqmp/dt tree.

Patch 1 converts the binding to yaml, Patches 2 and 3 cleanup the dma engine
nodes in the zynqmp.dtsi that is included by actual board device trees.

Michael

Michael Tretter (3):
  dt-bindings: dmaengine: zynqmp_dma: convert to yaml
  arm64: zynqmp: Add missing #dma-cells property
  arm64: zynqmp: Rename dma to dma-controller

 .../dma/xilinx/xlnx,zynqmp-dma-1.0.yaml       | 85 +++++++++++++++++++
 .../bindings/dma/xilinx/zynqmp_dma.txt        | 26 ------
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi        | 48 +++++++----
 3 files changed, 117 insertions(+), 42 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
 delete mode 100644 Documentation/devicetree/bindings/dma/xilinx/zynqmp_dma.txt

-- 
2.30.2


             reply	other threads:[~2022-01-12 15:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12 15:15 Michael Tretter [this message]
2022-01-12 15:15 ` [PATCH 1/3] dt-bindings: dmaengine: zynqmp_dma: convert to yaml Michael Tretter
2022-01-22  0:59   ` Rob Herring
2022-01-12 15:15 ` [PATCH 2/3] arm64: zynqmp: Add missing #dma-cells property Michael Tretter
2022-01-24 12:18   ` Michal Simek
2022-01-12 15:15 ` [PATCH 3/3] arm64: zynqmp: Rename dma to dma-controller Michael Tretter
2022-01-24 12:18   ` Michal Simek
2022-01-21 10:16 ` [PATCH 0/3] dt-bindings: dmaengine: zynqmp_dma: Convert binding to YAML Harini Katakam
2022-01-21 11:58 ` Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220112151541.1328732-1-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=michal.simek@xilinx.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).