DMAs on TI K3 SoCs have channel configuration registers region which are usually hidden from Linux and configured via Device Manager Firmware APIs. But certain early SWs like bootloader which run before Device Manager is fully up would need to directly configure these registers and thus require to be in DT description. This add bindings for such configuration regions. Backward compatibility is maintained to existing DT by only mandating existing regions to be present and this new region as optional. Vignesh Raghavendra (3): dt-bindings: dma: ti: k3-bcdma: Describe cfg register regions dt-bindings: dma: ti: k3-pktdma: Describe cfg register regions dt-bindings: dma: ti: k3-udma: Describe cfg register regions .../devicetree/bindings/dma/ti/k3-bcdma.yaml | 25 +++++++++++++------ .../devicetree/bindings/dma/ti/k3-pktdma.yaml | 18 ++++++++++--- .../devicetree/bindings/dma/ti/k3-udma.yaml | 14 ++++++++--- 3 files changed, 43 insertions(+), 14 deletions(-) -- 2.41.0