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

2019-01-11 Thread Zoltan HERPAI
Priit Laes wrote: On Wed, Jan 09, 2019 at 07:31:43PM +0530, 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

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

2019-01-09 Thread Jagan Teki
On Wed, Jan 9, 2019 at 10:21 PM Priit Laes wrote: > > On Wed, Jan 09, 2019 at 07:31:43PM +0530, 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 con

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

2019-01-09 Thread Priit Laes
On Wed, Jan 09, 2019 at 07:31:43PM +0530, 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 e

[U-Boot] [PATCH] 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