Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1310994 > unrolled thread

[PATCH 1/3] ARM: dts: sun8i: Enable timer node for A83T

Started byChen-Yu Tsai <wens@csie.org>
First post2016-01-16 17:30 +0100
Last post2016-01-17 13:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/3] ARM: dts: sun8i: Enable timer node for A83T Chen-Yu Tsai <wens@csie.org> - 2016-01-16 17:30 +0100
    Re: [PATCH 1/3] ARM: dts: sun8i: Enable timer node for A83T Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-01-17 13:30 +0100

#1310994 — [PATCH 1/3] ARM: dts: sun8i: Enable timer node for A83T

FromChen-Yu Tsai <wens@csie.org>
Date2016-01-16 17:30 +0100
Subject[PATCH 1/3] ARM: dts: sun8i: Enable timer node for A83T
Message-ID<qRBTI-6HN-1@gated-at.bofh.it>
From: Vishnu Patekar <vishnupatekar0510@gmail.com>

A83T timer is compatible with that of earlier SOCs.
Just add timer node to enable and re-use it.

Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 arch/arm/boot/dts/sun8i-a83t.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

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 = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&osc24M>;
+		};
+
 		uart0: serial@01c28000 {
 			compatible = "snps,dw-apb-uart";
 			reg = <0x01c28000 0x400>;
-- 
2.7.0.rc3

[toc] | [next] | [standalone]


#1311143

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2016-01-17 13:30 +0100
Message-ID<qRUD0-2pj-13@gated-at.bofh.it>
In reply to#1310994

[Multipart message — attachments visible in raw view] — view raw

Hi,

On Sun, Jan 17, 2016 at 12:24:55AM +0800, Chen-Yu Tsai wrote:
> From: Vishnu Patekar <vishnupatekar0510@gmail.com>
> 
> A83T timer is compatible with that of earlier SOCs.
> Just add timer node to enable and re-use it.
> 
> Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com>
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

Applied, thanks!

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web