Commit 33e877f3 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun8i: v3s: Add external crystals accuracy

The V3s datasheet mandates oscillators accuracy to be within 50ppm. Let's
add that accuracy to their device tree nodes.
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 65a4a402
...@@ -84,6 +84,7 @@ osc24M: osc24M_clk { ...@@ -84,6 +84,7 @@ osc24M: osc24M_clk {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <24000000>; clock-frequency = <24000000>;
clock-accuracy = <50000>;
clock-output-names = "osc24M"; clock-output-names = "osc24M";
}; };
...@@ -91,6 +92,7 @@ osc32k: osc32k_clk { ...@@ -91,6 +92,7 @@ osc32k: osc32k_clk {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32768>; clock-frequency = <32768>;
clock-accuracy = <50000>;
clock-output-names = "ext-osc32k"; clock-output-names = "ext-osc32k";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment