
On 28.2.2018 11:23, Vipul Kumar wrote:
This series of patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ and CONFIG_ZYNQ_SDHCI_MIN_FREQ and set the default values.
-Changes in V2: -Set min. frequency for ep 100KHz -Branch: u-boot-microblaze/kconfig
Vipul Kumar (2): mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ
arch/arm/cpu/armv8/zynqmp/Kconfig | 3 +++ arch/arm/mach-zynq/Kconfig | 3 +++ configs/xilinx_zynqmp_ep_defconfig | 2 ++ drivers/mmc/Kconfig | 13 +++++++++++++ drivers/mmc/zynq_sdhci.c | 4 ---- include/configs/xilinx_zynqmp.h | 3 --- include/configs/xilinx_zynqmp_ep.h | 2 -- include/configs/zynq-common.h | 5 ----- 8 files changed, 21 insertions(+), 14 deletions(-)
Applied both but I had to fix typos and sync Kconfig descriptions.
Thanks, Michal