Re: [PATCH 7/8] arm64: dts: allwinner: Add Allwinner H616 .dtsi file

From: Samuel Holland
Date: Wed Dec 02 2020 - 22:11:15 EST


On 12/2/20 10:05 AM, Maxime Ripard wrote:
>> + timer {
>> + compatible = "arm,armv8-timer";
>> + arm,no-tick-in-suspend;
>
> This was tested with crust I assume?

No, there is no AR100 and supposedly no SRAM A2, so there is no place for crust
to run. I assume it was copied from the H6 .dtsi.

However, regardless of where the PSCI implementation runs, even if it's on CPUX,
it will likely disable OSC24M to save power. So the counter will stop, and the
property is appropriate to add.

Cheers,
Samuel