diff mbox

[v2,4/5] arm: mvebu: update DT to support local timers

Message ID 1359135165-32108-5-git-send-email-gregory.clement@free-electrons.com (mailing list archive)
State New, archived
Headers show

Commit Message

Gregory CLEMENT Jan. 25, 2013, 5:32 p.m. UTC
Now that the time-armada-370-xp support local timers, updated the
device tree to take it into account.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 arch/arm/boot/dts/armada-370-xp.dtsi |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Jason Cooper Feb. 15, 2013, 9:59 p.m. UTC | #1
On Fri, Jan 25, 2013 at 06:32:44PM +0100, Gregory CLEMENT wrote:
> Now that the time-armada-370-xp support local timers, updated the
> device tree to take it into account.
> 
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> ---
>  arch/arm/boot/dts/armada-370-xp.dtsi |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Patches 4 and 5 applied to mvebu/dt with a dependency on mvebu/boards
for patches 1-3 and the previous SMP support.

thx,

Jason.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi
index 4c0abe8..aa6a187 100644
--- a/arch/arm/boot/dts/armada-370-xp.dtsi
+++ b/arch/arm/boot/dts/armada-370-xp.dtsi
@@ -68,8 +68,9 @@ 
 
 		timer@d0020300 {
 			       compatible = "marvell,armada-370-xp-timer";
-			       reg = <0xd0020300 0x30>;
-			       interrupts = <37>, <38>, <39>, <40>;
+			       reg = <0xd0020300 0x30>,
+			       <0xd0021040 0x30>;
+			       interrupts = <37>, <38>, <39>, <40>, <5>, <6>;
 			       clocks = <&coreclk 2>;
 		};