Commit 7892106ac89c1d61813ffec4e1fd9ec9614e62fc

Authored by Lokesh Vutla
Committed by Rajendra Nayak
1 parent a820c9d572

ARM: AM43xx: clk: Add a comment for not using "clk_rc32k_ck"

The On-Chip 32K RC Osc clock is not an accurate clock-source as per
the design/spec. So try not to use this as a clock source.
For now adding a comment is helpful for others using this as a
clocksource.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

arch/arm/boot/dts/am43xx-clocks.dtsi
... ... @@ -14,6 +14,11 @@
14 14 clock-frequency = <32768>;
15 15 };
16 16  
  17 +/*
  18 + * The accuracy of this clock source is -50 to 100% making this
  19 + * incapable of providing reliable clock alternative. Hence try
  20 + * to avoid using this as a clock source.
  21 + */
17 22 clk_rc32k_ck: clk_rc32k_ck {
18 23 #clock-cells = <0>;
19 24 compatible = "fixed-clock";