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:
Henrik Brix Andersen 2020-01-28 13:39:25 +01:00 committed by Maureen Helm
commit 6487ecc784

View file

@ -114,7 +114,7 @@
lpo: lpo128k {
/* LPO clock */
compatible = "fixed-clock";
clock-frequency = <125000>;
clock-frequency = <128000>;
#clock-cells = <0>;
};
};