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

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
......@@ -1430,6 +1430,7 @@ timer {
<GIC_PPI 10
(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
interrupt-parent = <&gic>;
arm,no-tick-in-suspend;
};
soctherm: thermal-sensor@700e2000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment