ARM: sun8i: a83t: Set clock accuracy for 24MHz oscillator
authorChen-Yu Tsai <wens@csie.org>
Fri, 19 May 2017 07:06:11 +0000 (15:06 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 19 May 2017 08:30:59 +0000 (10:30 +0200)
The datasheets for Allwinner SoCs set strict requirements on the
stability of the external crystal oscillators. Add the accuracy
for the main 24MHz oscillator to the device tree.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a83t.dtsi

index c9a5d07..e12dd71 100644 (file)
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
                        clock-frequency = <24000000>;
+                       clock-accuracy = <50000>;
                        clock-output-names = "osc24M";
                };