projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
434e41b
)
ARM: sun7i: add arch timer node
author
Marc Zyngier
<marc.zyngier@arm.com>
Tue, 18 Feb 2014 14:04:44 +0000
(14:04 +0000)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Tue, 18 Feb 2014 15:52:02 +0000
(16:52 +0100)
The Allwinner A20 SoC is built around a pair of Cortex-A7 cores,
which have the usual generic timers. Report this in the DT.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun7i-a20.dtsi
b/arch/arm/boot/dts/sun7i-a20.dtsi
index 2cdf57da190edf0de8564e4f4a052ee57ad81521..25ba9fa99c5d6e0de9f959b0bf534bcc7893799a 100644
(file)
--- a/
arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/
arch/arm/boot/dts/sun7i-a20.dtsi
@@
-49,6
+49,14
@@
reg = <0x40000000 0x80000000>;
};
+ timer {
+ compatible = "arm,armv7-timer";
+ interrupts = <1 13 0xf08>,
+ <1 14 0xf08>,
+ <1 11 0xf08>,
+ <1 10 0xf08>;
+ };
+
clocks {
#address-cells = <1>;
#size-cells = <1>;