arm64: dts: allwinner: a64: Enable A64 timer workaround
authorSamuel Holland <samuel@sholland.org>
Sun, 13 Jan 2019 02:17:19 +0000 (20:17 -0600)
committerChen-Yu Tsai <wens@csie.org>
Thu, 24 Jan 2019 10:23:26 +0000 (18:23 +0800)
As instability in the architectural timer has been observed on multiple
devices using this SoC, inluding the Pine64 and the Orange Pi Win,
enable the workaround in the SoC's device tree.

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

index bf9b719..8171c0a 100644 (file)
 
        timer {
                compatible = "arm,armv8-timer";
+               allwinner,erratum-unknown1;
                interrupts = <GIC_PPI 13
                        (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
                             <GIC_PPI 14