mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
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:
parent
c580774185
commit
3c350f6284
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user