Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>
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>

authored by

Radhey Shyam Pandey and committed by
Vinod Koul
54a5aff6 3c67c523

+3
+3
Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
··· 13 13 14 14 maintainers: 15 15 - Michael Tretter <m.tretter@pengutronix.de> 16 + - Harini Katakam <harini.katakam@amd.com> 17 + - Radhey Shyam Pandey <radhey.shyam.pandey@amd.com> 16 18 17 19 allOf: 18 20 - $ref: ../dma-controller.yaml# ··· 67 65 - interrupts 68 66 - clocks 69 67 - clock-names 68 + - xlnx,bus-width 70 69 71 70 additionalProperties: false 72 71