diff options
author | Chen-Yu Tsai <wens@csie.org> | 2018-12-03 17:58:21 +0300 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2018-12-06 06:19:39 +0300 |
commit | 772c3a452a1381c270d45f855bcee3a6f7953880 (patch) | |
tree | d4220de5008dee0fba00f40cc128fc44775b2fec /arch/arm/boot/dts/sunxi-h3-h5.dtsi | |
parent | 7ff33bd321b1a1092ccf4b80a1742528754ecc30 (diff) | |
download | linux-772c3a452a1381c270d45f855bcee3a6f7953880.tar.xz |
ARM: dts: sunxi: h3/h5: Add clock accuracy for external oscillators
The H3 datasheet specifies a tolerance range for the external
oscillators used. Add them to the device tree as the clock accuracy.
The internal oscillator is left unchanged, as it will be removed later.
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Tested-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sunxi-h3-h5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sunxi-h3-h5.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index 4b1530ebe427..f63a5ef527be 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi @@ -86,6 +86,7 @@ #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <24000000>; + clock-accuracy = <50000>; clock-output-names = "osc24M"; }; @@ -93,6 +94,7 @@ #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <32768>; + clock-accuracy = <50000>; clock-output-names = "osc32k"; }; |