diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-01 12:12:38 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-08 04:25:22 +0400 |
commit | 03586acf7808ed65963cd262188b059ff6951d40 (patch) | |
tree | c1d2dcc1a494f185de11452c4b9ca232db52035c /arch/arm/boot/dts/r8a7791.dtsi | |
parent | d77db73e260fe4b5cca4fa1e5253c21e2d755f58 (diff) | |
download | linux-03586acf7808ed65963cd262188b059ff6951d40.tar.xz |
ARM: shmobile: r8a7791 Arch timer device tree node
Add r8a7791 arch timer device tree information.
This needs to be used together with r8a7791 support
code that ties in the R-Car Gen2 arch timer workarounds.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7791.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index b70141758de1..a1a9e5c4813d 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -39,6 +39,14 @@ interrupts = <1 9 0xf04>; }; + timer { + compatible = "arm,armv7-timer"; + interrupts = <1 13 0xf08>, + <1 14 0xf08>, + <1 11 0xf08>, + <1 10 0xf08>; + }; + irqc0: interrupt-controller@e61c0000 { compatible = "renesas,irqc"; #interrupt-cells = <2>; |