Message ID | 20220112151541.1328732-1-m.tretter@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | dt-bindings: dmaengine: zynqmp_dma: Convert binding to YAML | expand |
Hi Michael, On Thu, Jan 13, 2022 at 4:52 AM Michael Tretter <m.tretter@pengutronix.de> wrote: > > 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. Thanks for the series Michael. Reviewed-by: Harini Katakam <harini.katakam@xilinx.com> Regards, Harini
On 1/12/22 16:15, Michael Tretter wrote: > 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 > Rob/Vinod: Not sure how you want to split it but feel free to take 2/3 and 3/3 via your tree with my ack. Acked-by: Michal Simek <michal.simek@xilinx.com> If you want to take just 1/3 I will take the rest via my soc tree. Thanks, Michal