mbox series

[0/2] clk: Aspeed: Fix eMMC clock speeds

Message ID 20200709195706.12741-1-eajames@linux.ibm.com
Headers show
Series clk: Aspeed: Fix eMMC clock speeds | expand

Message

Eddie James July 9, 2020, 7:57 p.m. UTC
There were two problems affecting clock speeds to the eMMC chip. Firstly, the
AST2600 clock was not muxed correctly to be derived from the MPLL. Secondly,
the SDHCI clock control divider was not calculated correctly. This series
addresses these problems.

Eddie James (2):
  clk: AST2600: Add mux for EMMC clock
  mmc: sdhci-of-aspeed: Fix clock divider calculation

 drivers/clk/clk-ast2600.c          | 49 +++++++++++++++++++++++++-----
 drivers/mmc/host/sdhci-of-aspeed.c |  2 +-
 2 files changed, 42 insertions(+), 9 deletions(-)