Skip to content

Commit 95d5aea

Browse files
thierryredingwilldeacon
authored andcommitted
dt-bindings: arm-smmu: Add compatible for Tegra234 SOC
The NVIDIA Tegra234 SoC comes with one single-instance ARM SMMU used by isochronous memory clients and two dual-instance ARM SMMUs used by non- isochronous memory clients. Reviewed-by: Rob Herring <[email protected]> Acked-by: Will Deacon <[email protected]> Signed-off-by: Thierry Reding <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent c02bda0 commit 95d5aea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/devicetree/bindings/iommu/arm,smmu.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ properties:
6464
for improved performance.
6565
items:
6666
- enum:
67-
- nvidia,tegra194-smmu
6867
- nvidia,tegra186-smmu
68+
- nvidia,tegra194-smmu
69+
- nvidia,tegra234-smmu
6970
- const: nvidia,smmu-500
7071
- items:
7172
- const: arm,mmu-500
@@ -185,8 +186,9 @@ allOf:
185186
compatible:
186187
contains:
187188
enum:
188-
- nvidia,tegra194-smmu
189189
- nvidia,tegra186-smmu
190+
- nvidia,tegra194-smmu
191+
- nvidia,tegra234-smmu
190192
then:
191193
properties:
192194
reg:

0 commit comments

Comments
 (0)