Skip to content

Commit

Permalink
arm64: tegra: Use correct compatible string for Tegra186 SMMU
Browse files Browse the repository at this point in the history
The SMMU found on Tegra186 requires interoperation with the memory
controller in order to program stream ID overrides. The generic ARM SMMU
500 compatible is therefore inaccurate. Replace it with a more correct,
SoC-specific compatible string.

Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
thierryreding committed Jun 11, 2021
1 parent ff62b09 commit bb84a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/nvidia/tegra186.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
};

smmu: iommu@12000000 {
compatible = "arm,mmu-500";
compatible = "nvidia,tegra186-smmu", "nvidia,smmu-500";
reg = <0 0x12000000 0 0x800000>;
interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,
Expand Down

0 comments on commit bb84a31

Please sign in to comment.