Commit 6b9e263b authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Don't use architected timer for suspend on Tegra210



Due to an integration issue the architected timer on Tegra210 does not
remain on during system suspend (a.k.a. SC7). Mark it accordingly so
that it isn't considered as a means to track suspend time.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent b30be673
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1430,6 +1430,7 @@
			     <GIC_PPI 10
				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
		interrupt-parent = <&gic>;
		arm,no-tick-in-suspend;
	};

	soctherm: thermal-sensor@700e2000 {