commit | f0eb365e21d93d7d8b34cd84a8db2f26cab6ee9a | [log] [tgz] |
---|---|---|
author | Vasily Khoruzhick <anarsoul@gmail.com> | Thu Feb 23 13:03:32 2023 -0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Tue Feb 28 18:07:29 2023 +0800 |
tree | b490ec92a80da9b4ac464f4c3250d98216a85140 | |
parent | 3a539e0862e5ec996aaf7e2dfd8caa07a457bdd7 [diff] |
clk: rockchip: rk3568: add more supported clk rates for sdmmc and emmc SDHCI driver may attempt to set 26MHz clock, but clk_rk3568 will return error in this case. Apparently, SDHCI silently ignores the error and as a result eMMC initialization fails. Add 25 MHz and 26 MHz clk rates for sdmmc and emmc on rk3568 to fix that. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>