Skip to content
Snippets Groups Projects
Commit bf7aecce authored by Hou Zhiqiang's avatar Hou Zhiqiang Committed by York Sun
Browse files

armv8/fsl-lsch2: correct the config description of DSPI clock divider


It is derived from Platform clock instead of Platform PLL frequency.

Signed-off-by: default avatarHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 263536a6
No related branches found
No related tags found
No related merge requests found
...@@ -307,7 +307,7 @@ config SYS_FSL_DSPI_CLK_DIV ...@@ -307,7 +307,7 @@ config SYS_FSL_DSPI_CLK_DIV
default 2 default 2
help help
This is the divider that is used to derive DSPI clock from Platform This is the divider that is used to derive DSPI clock from Platform
PLL, in another word DSPI_clk = Platform_PLL_freq / this_divider. clock, in another word DSPI_clk = Platform_clk / this_divider.
config SYS_FSL_DUART_CLK_DIV config SYS_FSL_DUART_CLK_DIV
int "DUART clock divider" int "DUART clock divider"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment