]> Git Repo - u-boot.git/commitdiff
armv8/fsl-lsch2: correct the config description of DSPI clock divider
authorHou Zhiqiang <[email protected]>
Mon, 3 Jul 2017 10:37:11 +0000 (18:37 +0800)
committerYork Sun <[email protected]>
Wed, 9 Aug 2017 16:57:32 +0000 (09:57 -0700)
It is derived from Platform clock instead of Platform PLL frequency.

Signed-off-by: Hou Zhiqiang <[email protected]>
Reviewed-by: York Sun <[email protected]>
arch/arm/cpu/armv8/fsl-layerscape/Kconfig

index 5825f9b7264e0fccc6d2d11019e437094d476cfb..43b869f1fca012665af054cbf99eeeaaf3546cd6 100644 (file)
@@ -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"
This page took 0.035414 seconds and 4 git commands to generate.