Commit cd6157c1 authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Fix Tegra194 HSP compatible string



The HSP instances on Tegra194 are not fully compatible with the version
found on Tegra186, so drop the fallback compatible string from the list.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 2fcb8797
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1195,7 +1195,7 @@
		};

		hsp_top0: hsp@3c00000 {
			compatible = "nvidia,tegra194-hsp", "nvidia,tegra186-hsp";
			compatible = "nvidia,tegra194-hsp";
			reg = <0x03c00000 0xa0000>;
			interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
			             <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
@@ -1373,7 +1373,7 @@
		};

		hsp_aon: hsp@c150000 {
			compatible = "nvidia,tegra194-hsp", "nvidia,tegra186-hsp";
			compatible = "nvidia,tegra194-hsp";
			reg = <0x0c150000 0x90000>;
			interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
			             <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,