Re: [U-Boot] [PATCH v2 10/13] sunxi: add MMC support for H6

2018-07-24 Thread Maxime Ripard
On Sat, Jul 21, 2018 at 04:20:29PM +0800, Icenowy Zheng wrote: > The Allwinner H6 SoC has 3 MMC controllers like the ones in A64, with > the MMC2 come with the capability to do crypto by EMCE. > > Add MMC support for H6. EMCE support is not added yet. > > Signed-off-by: Icenowy Zheng > --- > ar

[U-Boot] [PATCH v2 10/13] sunxi: add MMC support for H6

2018-07-21 Thread Icenowy Zheng
The Allwinner H6 SoC has 3 MMC controllers like the ones in A64, with the MMC2 come with the capability to do crypto by EMCE. Add MMC support for H6. EMCE support is not added yet. Signed-off-by: Icenowy Zheng --- arch/arm/include/asm/arch-sunxi/mmc.h | 2 +- board/sunxi/board.c