diff mbox series

[v2] dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property

Message ID 1695216326-3841352-1-git-send-email-radhey.shyam.pandey@amd.com (mailing list archive)
State Accepted
Commit 54a5aff6f98b69e73cba40470f103a72bd436b20
Headers show
Series [v2] dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property | expand

Commit Message

Pandey, Radhey Shyam Sept. 20, 2023, 1:25 p.m. UTC
xlnx,bus-width is a required property. In yaml conversion somehow
it got missed out. Bring it back and mention it in required list.
Also add Harini and myself to the maintainer list.

Fixes: 5a04982df8da ("dt-bindings: dmaengine: zynqmp_dma: convert to yaml")
Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Michael Tretter <m.tretter@pengutronix.de>
Reviewed-by: Peter Korsgaard <peter@korsgaard.com>
---
Changes for v2:
- Add acked/review-by tag.
- Fix git am failure on latest kernel.
---
 .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml    | 3 +++
 1 file changed, 3 insertions(+)

Comments

Vinod Koul Sept. 28, 2023, 12:07 p.m. UTC | #1
On Wed, 20 Sep 2023 18:55:26 +0530, Radhey Shyam Pandey wrote:
> xlnx,bus-width is a required property. In yaml conversion somehow
> it got missed out. Bring it back and mention it in required list.
> Also add Harini and myself to the maintainer list.
> 
> 

Applied, thanks!

[1/1] dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property
      commit: 54a5aff6f98b69e73cba40470f103a72bd436b20

Best regards,
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
index 23ada8f87526..769ce23aaac2 100644
--- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
+++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
@@ -13,6 +13,8 @@  description: |
 
 maintainers:
   - Michael Tretter <m.tretter@pengutronix.de>
+  - Harini Katakam <harini.katakam@amd.com>
+  - Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
 
 allOf:
   - $ref: ../dma-controller.yaml#
@@ -65,6 +67,7 @@  required:
   - interrupts
   - clocks
   - clock-names
+  - xlnx,bus-width
 
 additionalProperties: false