projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ce250
)
ARM: dts: at91: ge863-pro3: use TCB0 as timers
author
Alexandre Belloni
<
[email protected]
>
Wed, 8 Jun 2016 16:13:11 +0000
(18:13 +0200)
committer
Alexandre Belloni
<
[email protected]
>
Sun, 31 Dec 2017 14:50:05 +0000
(15:50 +0100)
Use tcb0 for timers as selected in at91_dt_defconfig.
Cc: Fabio Porcedda <
[email protected]
>
Acked-by: Nicolas Ferre <
[email protected]
>
Signed-off-by: Alexandre Belloni <
[email protected]
>
arch/arm/boot/dts/ge863-pro3.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ge863-pro3.dtsi
b/arch/arm/boot/dts/ge863-pro3.dtsi
index 6a9fdc0760f0ea8c7ad502cd70dc009d49b58a59..a7adbdc2f0c06197d1ce937e0dd08142b2a06da5 100644
(file)
--- a/
arch/arm/boot/dts/ge863-pro3.dtsi
+++ b/
arch/arm/boot/dts/ge863-pro3.dtsi
@@
-18,6
+18,18
@@
ahb {
apb {
+ tcb0: timer@fffa0000 {
+ timer@0 {
+ compatible = "atmel,tcb-timer";
+ reg = <0>, <1>;
+ };
+
+ timer@2 {
+ compatible = "atmel,tcb-timer";
+ reg = <2>;
+ };
+ };
+
dbgu: serial@fffff200 {
status = "okay";
};