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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: dma: ti: Add J721S2 BCDMA

Add bindings for J721S2 BCDMA instance dedicated for Camera
Serial Interface. Unlike AM62A CSI BCDMA, this instance has RX
and TX channels but lacks block copy channels.

Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230505143929.28131-2-vaishnav.a@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Vaishnav Achath and committed by
Vinod Koul
6de80a0c b8e27cb0

+29 -1
+29 -1
Documentation/devicetree/bindings/dma/ti/k3-bcdma.yaml
··· 33 33 enum: 34 34 - ti,am62a-dmss-bcdma-csirx 35 35 - ti,am64-dmss-bcdma 36 + - ti,j721s2-dmss-bcdma-csi 36 37 37 38 reg: 38 39 minItems: 3 ··· 152 151 required: 153 152 - power-domains 154 153 155 - else: 154 + - if: 155 + properties: 156 + compatible: 157 + contains: 158 + const: ti,am64-dmss-bcdma 159 + then: 156 160 properties: 157 161 reg: 158 162 minItems: 5 ··· 172 166 173 167 required: 174 168 - ti,sci-rm-range-bchan 169 + - ti,sci-rm-range-tchan 170 + 171 + - if: 172 + properties: 173 + compatible: 174 + contains: 175 + const: ti,j721s2-dmss-bcdma-csi 176 + then: 177 + properties: 178 + ti,sci-rm-range-bchan: false 179 + 180 + reg: 181 + maxItems: 4 182 + 183 + reg-names: 184 + items: 185 + - const: gcfg 186 + - const: rchanrt 187 + - const: tchanrt 188 + - const: ringrt 189 + 190 + required: 175 191 - ti,sci-rm-range-tchan 176 192 177 193 unevaluatedProperties: false