mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
arm64: dts: amlogic: g12 CPU timers stop in suspend
The Arm per-CPU architected timers stop ticking in suspend, when the SCP powers down the CPUs. Flag that in the DT. Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
b96d4e9270
commit
a550227060
|
|
@ -2407,6 +2407,7 @@ timer {
|
|||
(GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>,
|
||||
<GIC_PPI 10
|
||||
(GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>;
|
||||
arm,no-tick-in-suspend;
|
||||
};
|
||||
|
||||
xtal: xtal-clk {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user