dts: arm: nxp: ke1xf: fix LPO clock frequency
The frequency of the Low Power Oscillator (LPO) is 128kHz, not 125kHz. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
5476e0b365
commit
6487ecc784
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
lpo: lpo128k {
|
||||
/* LPO clock */
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <125000>;
|
||||
clock-frequency = <128000>;
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue