Re: [PATCH] arm64: dts: mt8173: add arm,no-tick-in-suspend in timer

From: Matthias Brugger
Date: Wed Feb 12 2020 - 05:17:57 EST




On 12/02/2020 07:05, Hsin-Yi Wang wrote:
> Arch timer stops during system suspend. Add arm,no-tick-in-suspend
> property in timer.
>
> This is a follow up for d8ec7595a013
> ("clocksource/drivers/arm_arch_timer: Don't assume clock runs in
> suspend")
>

pushed to v5.6-next/dts64

Thanks!

> Signed-off-by: Hsin-Yi Wang <hsinyi@xxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/mediatek/mt8173.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> index 8b4e806d5119..1a9ad90bd7a6 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> @@ -331,6 +331,7 @@ timer {
> (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
> <GIC_PPI 10
> (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
> + arm,no-tick-in-suspend;
> };
>
> soc {
>