From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthias.bgg@gmail.com (Matthias Brugger) Date: Mon, 18 Aug 2014 16:58:35 +0200 Subject: [PATCH v2 7/9] arm: dts: mt6589: Add arm arch timer node In-Reply-To: <1408373917-10002-1-git-send-email-matthias.bgg@gmail.com> References: <1408373917-10002-1-git-send-email-matthias.bgg@gmail.com> Message-ID: <1408373917-10002-8-git-send-email-matthias.bgg@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch adds the device tree node for the arm architecture timer. Signed-off-by: Matthias Brugger --- arch/arm/boot/dts/mt6589.dtsi | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/mt6589.dtsi b/arch/arm/boot/dts/mt6589.dtsi index 742c9bd..fb922a6 100644 --- a/arch/arm/boot/dts/mt6589.dtsi +++ b/arch/arm/boot/dts/mt6589.dtsi @@ -73,14 +73,23 @@ compatible = "simple-bus"; ranges; - timer: timer at 10008000 { + timer1: timer at 10008000 { compatible = "mediatek,mt6577-timer"; - reg = <0x10008000 0x80>; + reg = <0x10008000 0x60>; interrupts = ; clocks = <&system_clk>, <&rtc_clk>; clock-names = "system-clk", "rtc-clk"; }; + timer2: timer { + compatible = "arm,armv7-timer"; + interrupts = , + , + , + ; + clock-frequency = <13000000>; + }; + gic: interrupt-controller at 10211000 { compatible = "arm,cortex-a15-gic"; interrupt-controller; -- 1.7.9.5