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

dt-bindings: dma: ti: k3-*: Add descriptions for register regions

In preparation for introducing more register regions, add description
for existing register regions so that its easier to map reg-names to
that of SoC Documentations/TRMs.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231124045722.191817-2-vigneshr@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Vignesh Raghavendra and committed by
Vinod Koul
aaf7b392 b85ea95d

+24 -5
+15 -3
Documentation/devicetree/bindings/dma/ti/k3-bcdma.yaml
··· 141 141 ti,sci-rm-range-tchan: false 142 142 143 143 reg: 144 - maxItems: 3 144 + items: 145 + - description: BCDMA Control /Status Registers region 146 + - description: RX Channel Realtime Registers region 147 + - description: Ring Realtime Registers region 145 148 146 149 reg-names: 147 150 items: ··· 163 160 then: 164 161 properties: 165 162 reg: 166 - minItems: 5 163 + items: 164 + - description: BCDMA Control /Status Registers region 165 + - description: Block Copy Channel Realtime Registers region 166 + - description: RX Channel Realtime Registers region 167 + - description: TX Channel Realtime Registers region 168 + - description: Ring Realtime Registers region 167 169 168 170 reg-names: 169 171 items: ··· 192 184 ti,sci-rm-range-bchan: false 193 185 194 186 reg: 195 - maxItems: 4 187 + items: 188 + - description: BCDMA Control /Status Registers region 189 + - description: RX Channel Realtime Registers region 190 + - description: TX Channel Realtime Registers region 191 + - description: Ring Realtime Registers region 196 192 197 193 reg-names: 198 194 items:
+5 -1
Documentation/devicetree/bindings/dma/ti/k3-pktdma.yaml
··· 45 45 The second cell is the ASEL value for the channel 46 46 47 47 reg: 48 - maxItems: 4 48 + items: 49 + - description: Packet DMA Control /Status Registers region 50 + - description: RX Channel Realtime Registers region 51 + - description: TX Channel Realtime Registers region 52 + - description: Ring Realtime Registers region 49 53 50 54 reg-names: 51 55 items:
+4 -1
Documentation/devicetree/bindings/dma/ti/k3-udma.yaml
··· 69 69 - ti,j721e-navss-mcu-udmap 70 70 71 71 reg: 72 - maxItems: 3 72 + items: 73 + - description: UDMA-P Control /Status Registers region 74 + - description: RX Channel Realtime Registers region 75 + - description: TX Channel Realtime Registers region 73 76 74 77 reg-names: 75 78 items: