diff options
author | Samuel Holland <[email protected]> | 2019-01-12 20:17:19 -0600 |
---|---|---|
committer | Chen-Yu Tsai <[email protected]> | 2019-01-24 18:23:26 +0800 |
commit | 55ec26d6a4241363fa94f15377ebd8f1116fbfd7 (patch) | |
tree | 3b29ef76f14145fc6b6aff2db3ecaeddcfad8fa0 | |
parent | 062904f2bccf6b841a7d6989394975c3740c399c (diff) |
arm64: dts: allwinner: a64: Enable A64 timer workaround
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 <[email protected]>
Signed-off-by: Samuel Holland <[email protected]>
Signed-off-by: Chen-Yu Tsai <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index bf9b719481c4..8171c0a7f265 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi @@ -200,6 +200,7 @@ timer { compatible = "arm,armv8-timer"; + allwinner,erratum-unknown1; interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>, <GIC_PPI 14 |