soc: LPC55xxx clock comment fix

SoC initialization had an incorrect comment regarding system clock.
Corrected from 48Mhz -> 96Mhz.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
Andrei Gansari 2019-10-09 14:52:07 +03:00 committed by Kumar Gala
commit 20700f912e

View file

@ -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