Re: [U-Boot] [PATCH v2] mmc: sunxi: Fix mmc clocks for DM_MMC

2019-01-10 Thread Jagan Teki
On Thu, Jan 10, 2019 at 12:12 AM Jagan Teki wrote: > > Existing clock configure code has been followed based on the > legacy MMC dt node definitions and it cannot work with recent > dts(i) sync from Linux. > > So, add clock configure code for Allwinner platforms which support > DM_MMC and eventual

[U-Boot] [PATCH v2] mmc: sunxi: Fix mmc clocks for DM_MMC

2019-01-09 Thread Jagan Teki
Existing clock configure code has been followed based on the legacy MMC dt node definitions and it cannot work with recent dts(i) sync from Linux. So, add clock configure code for Allwinner platforms which support DM_MMC and eventually this will drop once CLK support is in Mainline. Fixes: 3c92cc