arm64: tegra: Mark architected timer as always on
authorThierry Reding <treding@nvidia.com>
Fri, 14 Jun 2019 10:52:36 +0000 (12:52 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 14 Jun 2019 15:56:53 +0000 (17:56 +0200)
The architected timer on Tegra186 and Tegra194 is in an always on power
partition and its reference clock will always run, so mark the timer as
always on.

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

index 0f4eaca..3c81194 100644 (file)
                             <GIC_PPI 10
                                (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
                interrupt-parent = <&gic>;
+               always-on;
        };
 };
index c77ca21..a252831 100644 (file)
                             <GIC_PPI 10
                                (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
                interrupt-parent = <&gic>;
+               always-on;
        };
 };