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:
5ecd7a5
)
ARM: shmobile: r7s72100: Add MTU2 device to DT
author
Laurent Pinchart
<
[email protected]
>
Wed, 9 Jul 2014 13:12:40 +0000
(15:12 +0200)
committer
Simon Horman
<
[email protected]
>
Sun, 17 Aug 2014 00:00:56 +0000
(09:00 +0900)
Add the MTU2 counter to the r7s72100 device tree and make it disabled by
default.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Acked-by: Wolfram Sang <
[email protected]
>
[
[email protected]
correct irq number]
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm/boot/dts/r7s72100.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r7s72100.dtsi
b/arch/arm/boot/dts/r7s72100.dtsi
index bdee225411895f75b7e8477527496ff696074cf3..1d28d01c163c77c818fedd8ca86ac197fcece49c 100644
(file)
--- a/
arch/arm/boot/dts/r7s72100.dtsi
+++ b/
arch/arm/boot/dts/r7s72100.dtsi
@@
-229,6
+229,16
@@
status = "disabled";
};
+ mtu2: timer@fcff0000 {
+ compatible = "renesas,mtu2";
+ reg = <0xfcff0000 0x400>;
+ interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "tgi0a";
+ clocks = <&mstp3_clks R7S72100_CLK_MTU2>;
+ clock-names = "fck";
+ status = "disabled";
+ };
+
scif0: serial@e8007000 {
compatible = "renesas,scif-r7s72100", "renesas,scif";
reg = <0xe8007000 64>;