Re: [U-Boot] [PATCH 0/9] sunxi: enable DM_MMC

2019-01-19 Thread Vasily Khoruzhick
On Sat, Jan 19, 2019 at 12:35 PM André Przywara wrote: > Thanks for the report! So is this with this U-Boot on an SD card or on > the eMMC? This is with u-boot on eMMC and no SD card present in the slot. > Can you try to add the mmc1 = &mmc2; alias that Jagan suggested: > https://lists.denx.de/

Re: [U-Boot] [PATCH 0/9] sunxi: enable DM_MMC

2019-01-19 Thread André Przywara
On 19/01/2019 18:32, Vasily Khoruzhick wrote: > On Fri, Jan 18, 2019 at 5:32 PM Andre Przywara wrote: >> >> This series enables the Allwinner MMC driver to drive all SoCs with its >> DM_MMC variant. We use the gates clock and reset support from the new >> clock driver, but keep the actual mod cloc

Re: [U-Boot] [PATCH 0/9] sunxi: enable DM_MMC

2019-01-19 Thread Vasily Khoruzhick
On Fri, Jan 18, 2019 at 5:32 PM Andre Przywara wrote: > > This series enables the Allwinner MMC driver to drive all SoCs with its > DM_MMC variant. We use the gates clock and reset support from the new > clock driver, but keep the actual mod clock in its somewhat hackish > state. Properly supporti

[U-Boot] [PATCH 0/9] sunxi: enable DM_MMC

2019-01-18 Thread Andre Przywara
This series enables the Allwinner MMC driver to drive all SoCs with its DM_MMC variant. We use the gates clock and reset support from the new clock driver, but keep the actual mod clock in its somewhat hackish state. Properly supporting this via the clock driver is a bit more work. The per-compatib