]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: exynos_dw_mmc: Read and use DDR timing when available
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 8 Aug 2024 03:14:35 +0000 (22:14 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 19 Aug 2024 07:09:06 +0000 (16:09 +0900)
commit4f89f6029af82dc9ef18e8c23f25d9f158878a9e
tree6dfa8a9208c1fcb80563e10d63b1ce8590f50394
parentb8ea3810aa94a294fab12f496592c39498361fa5
mmc: exynos_dw_mmc: Read and use DDR timing when available

DDR timing values should be defined in "samsung,dw-mshc-ddr-timing" dts
property, and used when DDR MMC mode is selected. Read that value from
dts and use it. If it's not available, use SDR timing values instead.
This change is following upstream Linux kernel implementation.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/mmc/exynos_dw_mmc.c