commit | 2886f40bb0418ececd58f8511cd01008a92a0131 | [log] [tgz] |
---|---|---|
author | cmachida <curtis.machida@intel.com> | Fri Apr 12 12:26:40 2024 -0700 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Apr 26 15:31:57 2024 +0900 |
tree | ece0e0d95c9c9789764afdf364eaf4d0f8ef17a5 | |
parent | 925f65007b6ba3c4a03985dd29e644a7b3546426 [diff] |
mmc: sdhci: programmable clock calculation needs multiplier +1 According to the SD Host Controller Simplified Specification v4.20, the multiplier value M is one more than the Clock Multiplier field. Copied code from Linux project. drivers/mmc/host/sdhci.c line 4405 Signed-off-by: cmachida <curtis.machida@intel.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Sean Anderson <sean.anderson@seco.com>