From 20700f912e994e4d37b38555d163347d15f948c1 Mon Sep 17 00:00:00 2001 From: Andrei Gansari Date: Wed, 9 Oct 2019 14:52:07 +0300 Subject: [PATCH] soc: LPC55xxx clock comment fix SoC initialization had an incorrect comment regarding system clock. Corrected from 48Mhz -> 96Mhz. Signed-off-by: Andrei Gansari --- soc/arm/nxp_lpc/lpc55xxx/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/arm/nxp_lpc/lpc55xxx/soc.c b/soc/arm/nxp_lpc/lpc55xxx/soc.c index 47c5f430851..29e25342185 100644 --- a/soc/arm/nxp_lpc/lpc55xxx/soc.c +++ b/soc/arm/nxp_lpc/lpc55xxx/soc.c @@ -85,7 +85,7 @@ static int nxp_lpc55s69_init(struct device *arg) z_arm_clear_faults(); - /* Initialize FRO/system clock to 48 MHz */ + /* Initialize FRO/system clock to 96 MHz */ clock_init(); #ifdef CONFIG_GPIO_MCUX_LPC