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

Radhey Shyam Pandey radhey.shyam.pandey at amd.com
Wed Sep 20 06:25:26 PDT 2023


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 at amd.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Reviewed-by: Michael Tretter <m.tretter at pengutronix.de>
Reviewed-by: Peter Korsgaard <peter at 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(+)

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 at pengutronix.de>
+  - Harini Katakam <harini.katakam at amd.com>
+  - Radhey Shyam Pandey <radhey.shyam.pandey at amd.com>
 
 allOf:
   - $ref: ../dma-controller.yaml#
@@ -65,6 +67,7 @@ required:
   - interrupts
   - clocks
   - clock-names
+  - xlnx,bus-width
 
 additionalProperties: false
 
-- 
2.34.1




More information about the linux-arm-kernel mailing list