Re: [U-Boot] [PATCH] mmc: socfpga: Add clock framework support

2018-08-09 Thread Ley Foon Tan
On Wed, 2018-08-08 at 22:12 +0200, Marek Vasut wrote: > Add support for fetching the clock frequency both using the legacy > method in case clock framework is disabled as well as via the clock > framework if it is enabled. This allows for migration to the clock > framework on platforms which suppor

[U-Boot] [PATCH] mmc: socfpga: Add clock framework support

2018-08-08 Thread Marek Vasut
Add support for fetching the clock frequency both using the legacy method in case clock framework is disabled as well as via the clock framework if it is enabled. This allows for migration to the clock framework on platforms which supports it while not breaking legacy platforms. That said, the lega