mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 10:11:38 -04:00
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>
This commit is contained in:
@@ -1082,7 +1082,7 @@ pci@3,0 {
|
||||
};
|
||||
|
||||
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>,
|
||||
|
||||
Reference in New Issue
Block a user