ARM: dts: rockchip: Pass the 'arm,cpu-registers-not-fw-configured' property on rv1108
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 25 Nov 2018 21:19:06 +0000 (19:19 -0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 26 Nov 2018 09:27:55 +0000 (10:27 +0100)
Since firmware does not initialize  any of the generic timer CPU
registers pass the 'arm,cpu-registers-not-fw-configured' property as
suggested in Documentation/devicetree/bindings/timer/arm,arch_timer.txt.

This also aligns with other Rockchip SoC dtsi files.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rv1108.dtsi

index e5f8dcc..11ab86d 100644 (file)
@@ -74,6 +74,7 @@
                compatible = "arm,armv7-timer";
                interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_HIGH)>,
                             <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_HIGH)>;
+               arm,cpu-registers-not-fw-configured;
                clock-frequency = <24000000>;
        };