]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver
authorStefan Roese <sr@denx.de>
Mon, 20 Mar 2017 16:00:32 +0000 (17:00 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 21 Mar 2017 12:06:59 +0000 (21:06 +0900)
commita64a6b2c9403c31a710780c3900a03637c91a33c
tree185e90e21b72977b826fba3f17d70f68a311947c
parentf6b2ab653173f892898404e81a8be2e6723314db
mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver

The Xenon SDHCI driver just missed the integration of this patch:

git ID 6506fa4c
mmc: sdhci: Distinguish between base clock and maximum peripheral frequency

With this patch applied, the SDHCI subsystem complains now with this warning
while probing:

sdhci_setup_cfg: Hardware doesn't specify base clock frequency

This patch fixes this issue, by providing the missing host->max_clk
variable to the SDHCI subsystem.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Hu Ziji <huziji@marvell.com>
Cc: Victor Gu <xigu@marvell.com>
Cc: Konstantin Porotchkin <kostap@marvell.com>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/xenon_sdhci.c