Skip to content

Commit bb84a31

Browse files
committed
arm64: tegra: Use correct compatible string for Tegra186 SMMU
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 <treding@nvidia.com>
1 parent ff62b09 commit bb84a31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/nvidia/tegra186.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@
10821082
};
10831083

10841084
smmu: iommu@12000000 {
1085-
compatible = "arm,mmu-500";
1085+
compatible = "nvidia,tegra186-smmu", "nvidia,smmu-500";
10861086
reg = <0 0x12000000 0 0x800000>;
10871087
interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,
10881088
<GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)