Commit 8acc3618 authored by Abhishek Sahu's avatar Abhishek Sahu Committed by Bjorn Andersson

ARM: dts: qcom: ipq4019: 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.
Signed-off-by: default avatarAbhishek Sahu <absahu@codeaurora.org>
Signed-off-by: default avatarPavel Kubelun <be.dissent@gmail.com>
Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
Tested-by: default avatarRobert Marko <robert.marko@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Link: https://lore.kernel.org/r/20200403114040.349787-1-robert.marko@sartura.hrSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 51befb88
......@@ -166,6 +166,7 @@ timer {
<1 4 0xf08>,
<1 1 0xf08>;
clock-frequency = <48000000>;
always-on;
};
soc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment