Re: [U-Boot] [PATCH v2 2/2] mmc: zynqmp: Add HS200 modes support for ZynqMP

2018-06-01 Thread Michal Simek
On 29.5.2018 16:33, Siva Durga Prasad Paladugu wrote: > This patch adds HS200 suuport for ZynqMP and enables > the same for ZC1751 DC1 board which has eMMC on it. > > Signed-off-by: Siva Durga Prasad Paladugu > --- > Changes from v1: > - Fixed coding style as per comment > --- >

[U-Boot] [PATCH v2 2/2] mmc: zynqmp: Add HS200 modes support for ZynqMP

2018-05-29 Thread Siva Durga Prasad Paladugu
This patch adds HS200 suuport for ZynqMP and enables the same for ZC1751 DC1 board which has eMMC on it. Signed-off-by: Siva Durga Prasad Paladugu --- Changes from v1: - Fixed coding style as per comment --- configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 + drivers/mmc/zynq_sdhci.c