From 09f145f417a5d64d6b8d4476699dfb0eccc6c784 Mon Sep 17 00:00:00 2001 From: Abhishek Sahu Date: Tue, 7 May 2019 10:14:05 +0300 Subject: [PATCH] ipq40xx: fix high resolution timer Cherry-picked from CAF QSDK repo. Original commit message: The kernel is failing in switching the timer for high resolution mode and clock source operates in 10ms resolution. The always-on property needs to be given for timer device tree node to make clock source working in 1ns resolution. Change-Id: I7c00b3c74d97c2a30ac9f05e18b511a0550fd459 Signed-off-by: Abhishek Sahu Signed-off-by: Pavel Kubelun --- arch/arm/boot/dts/qcom-ipq4019.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi @@ -171,6 +171,7 @@ <1 4 0xf08>, <1 1 0xf08>; clock-frequency = <48000000>; + always-on; }; soc { alue='barrier_breaker'>barrier_breaker upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
blob: 000fb1898475270eb533d833e5012ecdfd3e50bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65