]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: Add support for the no-mmc-hs400 prop
authorJonas Karlman <jonas@kwiboo.se>
Mon, 8 Apr 2024 21:06:16 +0000 (21:06 +0000)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 26 Apr 2024 06:31:44 +0000 (15:31 +0900)
commit4d3dc72165486c88214fbcaa9742ce7dee9693b3
tree2877af8df77b88907b9f8150719a640e2883e7e8
parente098f88f7e8e3c72c05cd9a3cf586a9d70374ba7
mmc: Add support for the no-mmc-hs400 prop

The linux commit f722e650d965 ("mmc: core: add support for disabling
HS400 mode via DT") added support for a no-mmc-hs400 prop.

Add support for the no-mmc-hs400 prop to disable HS400 host caps.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/mmc-uclass.c