]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
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 c9a5d07b2ada4e0d7d92513042d231afa9420fc9..e12dd7170b8f0280c6e0daa77f117ecf7cce3c38 100644 (file)
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
                        clock-frequency = <24000000>;
+                       clock-accuracy = <50000>;
                        clock-output-names = "osc24M";
                };