浏览代码

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: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Hou Zhiqiang 8 年之前
父节点
当前提交
bf7aecce04
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/cpu/armv8/fsl-layerscape/Kconfig

+ 1 - 1
arch/arm/cpu/armv8/fsl-layerscape/Kconfig

@@ -307,7 +307,7 @@ config SYS_FSL_DSPI_CLK_DIV
 	default 2
 	help
 	  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
 	int "DUART clock divider"