Commit 01a9d523 authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Add Tegra132 compatible string for host1x



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: default avatarThierry Reding <treding@nvidia.com>
parent 8613b4c8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -83,7 +83,9 @@ pci@2,0 {
	};

	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 */