From: Chen-Yu Tsai Date: Wed, 18 Mar 2015 03:24:00 +0000 (+0800) Subject: ARM: dts: sun8i: Enable ARM architected timer on A23 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=65ef564f06c30f779a7472ab441fd1964a5f0e47;p=deliverable%2Flinux.git ARM: dts: sun8i: Enable ARM architected timer on A23 The A23 SoC has the architected timer, but the existing firmware from Allwinner does not set CNTFRQ at all. Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-a23.dtsi b/arch/arm/boot/dts/sun8i-a23.dtsi index 85e7b2b9b11b..9ff9227e2ab7 100644 --- a/arch/arm/boot/dts/sun8i-a23.dtsi +++ b/arch/arm/boot/dts/sun8i-a23.dtsi @@ -70,6 +70,16 @@ }; }; + timer { + compatible = "arm,armv7-timer"; + interrupts = , + , + , + ; + clock-frequency = <24000000>; + arm,cpu-registers-not-fw-configured; + }; + cpus { #address-cells = <1>; #size-cells = <0>;