dts: riscv: spacemit: correct 32k clock frequency

The 32k oscillator's clock frequency is actually 32768Hz, so correct it.

Fixes: 67072c8cd4 ("riscv: dts: spacemit: k3: add clock tree")
Fixes: a6fafa64b0 ("riscv: dts: spacemit: Add clock tree for SpacemiT K1")
Link: https://patch.msgid.link/20260428-06-k3-clk-osc32k-v1-1-e2378da7cb9b@kernel.org
Signed-off-by: Yixun Lan <dlan@kernel.org>
This commit is contained in:
Yixun Lan 2026-04-28 10:57:29 +00:00
parent c580774185
commit 3c350f6284
2 changed files with 2 additions and 2 deletions

View File

@ -333,7 +333,7 @@ vctcxo_3m: clock-3m {
osc_32k: clock-32k {
compatible = "fixed-clock";
clock-frequency = <32000>;
clock-frequency = <32768>;
clock-output-names = "osc_32k";
#clock-cells = <0>;
};

View File

@ -424,7 +424,7 @@ vctcxo_3m: clock-3m {
osc_32k: clock-32k {
compatible = "fixed-clock";
clock-frequency = <32000>;
clock-frequency = <32768>;
clock-output-names = "osc_32k";
#clock-cells = <0>;
};