]> git.ipfire.org Git - thirdparty/u-boot.git/commit
armv8: kconfig: Fix some platforms incorrect I2C clock divider
authorChuanhua Han <chuanhua.han@nxp.com>
Fri, 2 Aug 2019 08:53:53 +0000 (16:53 +0800)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 22 Aug 2019 03:37:36 +0000 (09:07 +0530)
commit71a2da3fa94a546ce6c36ed48d4c3dc80183af37
treee27f986fb8d0a97c1a3603c1849d89da72d9c44a
parent1748990ab2a0e995beeed6b3856335f579bb77d9
armv8: kconfig: Fix some platforms incorrect I2C clock divider

By default, i2c input clock is platform clk / 2, but some of the
platform of i2c clock divider does not meet this kind of circumstance,
so alone to set default values for these platforms.

Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
arch/arm/cpu/armv8/fsl-layerscape/Kconfig