]> git.dujemihanovic.xyz Git - u-boot.git/commit
config: Enable the config CONFIG_MMC_SPEED_MODE_SET
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Mon, 8 Jul 2024 09:17:55 +0000 (14:47 +0530)
committerMichal Simek <michal.simek@amd.com>
Mon, 5 Aug 2024 14:10:36 +0000 (16:10 +0200)
commit9ae5bbf08aa42d917f221d06bfc5cc695baceb47
tree5938408748c4f6469f2f66e9be906cc4e67f74c9
parentaceac0c52bd25e1e96de5b3a31873eebdc1f5ed8
config: Enable the config CONFIG_MMC_SPEED_MODE_SET

Enable setting speed mode using mmc dev commands.
The speed mode is provided as the last argument in these commands
(ex: mmc dev 0 0 10) and is indicated using the index from enum
bus_mode in include/mmc.h. A speed mode can be set if it is enabled
from device tree or from capabilities register

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20240708091755.5021-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
configs/amd_versal2_virt_defconfig
configs/xilinx_versal_net_virt_defconfig
configs/xilinx_versal_virt_defconfig
configs/xilinx_zynq_virt_defconfig
configs/xilinx_zynqmp_virt_defconfig