Skip to content

Commit 54a5aff

Browse files
Radhey Shyam Pandeyvinodkoul
authored andcommitted
dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property
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: 5a04982 ("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> Link: https://lore.kernel.org/r/1695216326-3841352-1-git-send-email-radhey.shyam.pandey@amd.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 3c67c52 commit 54a5aff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ description: |
1313
1414
maintainers:
1515
- Michael Tretter <m.tretter@pengutronix.de>
16+
- Harini Katakam <harini.katakam@amd.com>
17+
- Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
1618

1719
allOf:
1820
- $ref: ../dma-controller.yaml#
@@ -65,6 +67,7 @@ required:
6567
- interrupts
6668
- clocks
6769
- clock-names
70+
- xlnx,bus-width
6871

6972
additionalProperties: false
7073

0 commit comments

Comments
 (0)