Re: [U-Boot] [PATCH] kconfig: Fix some platforms incorrect I2C clock divider

2019-08-22 Thread Prabhakar Kushwaha
> -Original Message- > From: Chuanhua Han > Sent: Friday, August 2, 2019 2:24 PM > To: albert.u.b...@aribaud.net; Prabhakar Kushwaha > > Cc: u-boot@lists.denx.de; Chuanhua Han > Subject: [PATCH] kconfig: Fix some platforms incorrect I2C clock divider > > By default, i2c input clock is

[U-Boot] [PATCH] kconfig: Fix some platforms incorrect I2C clock divider

2019-08-02 Thread Chuanhua Han
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 --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 4 1 file changed, 4 insert