Re: [U-Boot] [PATCH] rk3399: disable the clock multiplier support when SoC init

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:24, Simon Glass wrote: > On 7 October 2016 at 01:56, Kever Yang wrote: >> The Clock Multiplier in rk3399 EMMC programmable clock generator >> is broken, we can remove its support from SoC GRF register. >> >> Without this patch, rk3399 emmc driver is not work after below p

Re: [U-Boot] [PATCH] rk3399: disable the clock multiplier support when SoC init

2016-10-15 Thread Simon Glass
On 7 October 2016 at 01:56, Kever Yang wrote: > The Clock Multiplier in rk3399 EMMC programmable clock generator > is broken, we can remove its support from SoC GRF register. > > Without this patch, rk3399 emmc driver is not work after below patch > applied: > 6dffdbc mmc: sdhci: Add the programma

[U-Boot] [PATCH] rk3399: disable the clock multiplier support when SoC init

2016-10-07 Thread Kever Yang
The Clock Multiplier in rk3399 EMMC programmable clock generator is broken, we can remove its support from SoC GRF register. Without this patch, rk3399 emmc driver is not work after below patch applied: 6dffdbc mmc: sdhci: Add the programmable clock mode support Signed-off-by: Kever Yang --- a