This series adds support for J721S2 BCDMA instance for Camera Serial Interface (CSI). V1 : https://lore.kernel.org/all/20230503065303.16674-1-vaishnav.a@xxxxxx/ V2 : https://lore.kernel.org/all/20230505082602.31783-1-vaishnav.a@xxxxxx/ V2->V3: * Avoid using if:else:if, instead move ti,am64-dmss-bcdma to new if:, also keep entries in alphabetical order. V1->V2: Address Krzysztof's feedback: * Move J721S2 BCDMA entry to else condition to avoid failure with AM62A BCDMA in binding. dtbs_check : https://gist.github.com/vaishnavachath/221155d02575e0c5803a62f2ee22e70e Vaishnav Achath (2): dt-bindings: dma: ti: Add J721S2 BCDMA dmaengine: ti: k3-udma: Add support for J721S2 CSI BCDMA instance .../devicetree/bindings/dma/ti/k3-bcdma.yaml | 30 ++++++++++++++++++- drivers/dma/ti/k3-udma.c | 25 ++++++++++++++++ 2 files changed, 54 insertions(+), 1 deletion(-) -- 2.17.1