projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3edb5
)
ARM: dts: mmp2: add clock to the timer
author
Lubomir Rintel
<lkundrak@v3.sk>
Wed, 28 Nov 2018 17:53:08 +0000
(18:53 +0100)
committer
Olof Johansson
<olof@lixom.net>
Fri, 30 Nov 2018 23:12:50 +0000
(15:12 -0800)
The timer needs the timer clock to be enabled, otherwise it stops
ticking.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/mmp2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/mmp2.dtsi
b/arch/arm/boot/dts/mmp2.dtsi
index
f2a1877
..
4743a12
100644
(file)
--- a/
arch/arm/boot/dts/mmp2.dtsi
+++ b/
arch/arm/boot/dts/mmp2.dtsi
@@
-130,6
+130,7
@@
compatible = "mrvl,mmp-timer";
reg = <0xd4014000 0x100>;
interrupts = <13>;
+ clocks = <&soc_clocks MMP2_CLK_TIMER>;
};
uart1: uart@d4030000 {