]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun8i: v3s: Add external crystals accuracy
authorMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 23 May 2019 13:20:49 +0000 (15:20 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 6 Jun 2019 10:56:10 +0000 (12:56 +0200)
The V3s datasheet mandates oscillators accuracy to be within 50ppm. Let's
add that accuracy to their device tree nodes.

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

index 6ba9377458b3431c8d9f4c8f2f5e4f20ababa108..d7aef128acb37d53035b5857fba3f3d845fe10dc 100644 (file)
@@ -84,6 +84,7 @@ osc24M: osc24M_clk {
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
                        clock-frequency = <24000000>;
+                       clock-accuracy = <50000>;
                        clock-output-names = "osc24M";
                };
 
@@ -91,6 +92,7 @@ osc32k: osc32k_clk {
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
                        clock-frequency = <32768>;
+                       clock-accuracy = <50000>;
                        clock-output-names = "ext-osc32k";
                };
        };