From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Subject: [PATCH 7/7] arm: dts: mt6589: Add arm arch timer node Date: Thu, 31 Jul 2014 18:42:23 +0200 Message-ID: <1406824943-24052-8-git-send-email-matthias.bgg@gmail.com> References: <1406824943-24052-1-git-send-email-matthias.bgg@gmail.com> Return-path: In-Reply-To: <1406824943-24052-1-git-send-email-matthias.bgg@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: linux@arm.linux.org.uk, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, olof@lixom.net, arnd@arndb.de, jason@lakedaemon.net, thomas.petazzoni@free-electrons.com, swarren@nvidia.com, sebastian.hesselbarth@gmail.com, stefan@agner.ch, maxime.ripard@free-electrons.com, matthias.bgg@gmail.com, anders.berg@lsi.com, linus.walleij@linaro.org, heiko@sntech.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org This patch adds the device tree node for the arm architecture timer. Signed-off-by: Matthias Brugger --- arch/arm/boot/dts/mt6589.dtsi | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/mt6589.dtsi b/arch/arm/boot/dts/mt6589.dtsi index 742c9bd..7bcf031 100644 --- a/arch/arm/boot/dts/mt6589.dtsi +++ b/arch/arm/boot/dts/mt6589.dtsi @@ -73,14 +73,22 @@ compatible = "simple-bus"; ranges; - timer: timer@10008000 { + timer1: timer@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 = , + , + , + ; + }; + gic: interrupt-controller@10211000 { compatible = "arm,cortex-a15-gic"; interrupt-controller; -- 1.7.9.5