Skip to content

Commit 83c9697

Browse files
committed
Merge tag 'tegra-for-6.10-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dt
dt-bindings: Changes for v6.10-rc1 Included is one change that adds the dma-coherent flag to the device tree json-schema for host1x on Tegra194 and Tegra234. * tag 'tegra-for-6.10-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: dt-bindings: display: tegra: Allow dma-coherent on Tegra194 and later Link: https://lore.kernel.org/r/20240426180519.3972626-2-thierry.reding@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 681d855 + 22b92b2 commit 83c9697

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,15 @@ allOf:
177177

178178
required:
179179
- reg-names
180+
- if:
181+
properties:
182+
compatible:
183+
contains:
184+
enum:
185+
- nvidia,tegra194-host1x
186+
then:
187+
properties:
188+
dma-coherent: true
180189
- if:
181190
properties:
182191
compatible:
@@ -226,6 +235,8 @@ allOf:
226235
use. Should be a mapping of IDs 0..n to IOMMU entries corresponding to
227236
usable stream IDs.
228237

238+
dma-coherent: true
239+
229240
required:
230241
- reg-names
231242

0 commit comments

Comments
 (0)