dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / ipq40xx / patches-4.14 / 090-ipq40xx-fix-high-resolution-timer.patch
1 From 09f145f417a5d64d6b8d4476699dfb0eccc6c784 Mon Sep 17 00:00:00 2001
2 From: Abhishek Sahu <absahu@codeaurora.org>
3 Date: Tue, 7 May 2019 10:14:05 +0300
4 Subject: [PATCH] ipq40xx: fix high resolution timer
5
6 Cherry-picked from CAF QSDK repo.
7 Original commit message:
8 The kernel is failing in switching the timer for high resolution
9 mode and clock source operates in 10ms resolution. The always-on
10 property needs to be given for timer device tree node to make
11 clock source working in 1ns resolution.
12
13 Change-Id: I7c00b3c74d97c2a30ac9f05e18b511a0550fd459
14 Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
15 Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
16 ---
17 arch/arm/boot/dts/qcom-ipq4019.dtsi | 1 +
18 1 file changed, 1 insertion(+)
19
20 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
21 +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
22 @@ -167,6 +167,7 @@
23 <1 4 0xf08>,
24 <1 1 0xf08>;
25 clock-frequency = <48000000>;
26 + always-on;
27 };
28
29 soc {