Skip to content

Commit

Permalink
ARM: dts: add clk_div property in avtimer node
Browse files Browse the repository at this point in the history
Because of missing clk_div entry in avtimer node, Timestamp value
is in ticks instead of micro seconds which is causing the issue.
Add clk_div property in avtimer node to fix this issue.

CRs-Fixed: 794032
Change-Id: Iec2526dd3931d6b67354104056de3d42cbe2bd69
Signed-off-by: Vidyakumar Athota <vathota@codeaurora.org>
  • Loading branch information
vkathota authored and javilonas committed Jun 10, 2015
1 parent 9342d8a commit 613738c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/qcom/apq8084.dtsi
Expand Up @@ -5428,6 +5428,7 @@
reg = <0xFE0C900C 0x4>,
<0xFE0C9010 0x4>;
reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
qcom,clk_div = <27>;
};
};

Expand Down

0 comments on commit 613738c

Please sign in to comment.