arm64: tegra: Add Tegra132 compatible string for host1x
authorThierry Reding <treding@nvidia.com>
Fri, 7 Feb 2020 16:59:20 +0000 (17:59 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 23 Jun 2020 16:27:03 +0000 (18:27 +0200)
While the host1x controller found on Tegra132 is the same as on Tegra124
it is good practice to also list a SoC-specific compatible string so any
SoC-specific quirks can be implemented in drivers if necessary.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra132.dtsi

index 11a1bb4..6ebfe50 100644 (file)
@@ -83,7 +83,9 @@
        };
 
        host1x@50000000 {
-               compatible = "nvidia,tegra124-host1x", "simple-bus";
+               compatible = "nvidia,tegra132-host1x",
+                            "nvidia,tegra124-host1x",
+                            "simple-bus";
                reg = <0x0 0x50000000 0x0 0x00034000>;
                interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
                             <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */