From: Vishnu Patekar Date: Sat, 16 Jan 2016 16:24:55 +0000 (+0800) Subject: ARM: dts: sun8i: Enable timer node for A83T X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=85c19acf578243b7f9d349cb4e24e113661e9990;p=deliverable%2Flinux.git ARM: dts: sun8i: Enable timer node for A83T A83T timer is compatible with that of earlier SOCs. Just add timer node to enable and re-use it. Signed-off-by: Vishnu Patekar Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index bad5df7175b4..08df5598df9c 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -174,6 +174,14 @@ }; }; + timer@01c20c00 { + compatible = "allwinner,sun4i-a10-timer"; + reg = <0x01c20c00 0xa0>; + interrupts = , + ; + clocks = <&osc24M>; + }; + uart0: serial@01c28000 { compatible = "snps,dw-apb-uart"; reg = <0x01c28000 0x400>;