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:
parent
de514bc98a
commit
20700f912e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue