]> git.sur5r.net Git - u-boot/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)
committerStefan Roese <sr@denx.de>
Wed, 29 Mar 2017 05:38:07 +0000 (07:38 +0200)
commit7a92652346b0a06566c2ed00107fae24efc386ba
tree2b0b1e97c6e58eb1909f1f81b35845ce535a26d4
parent6f730459d93985298f13087af24c5313e492146b
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 6d0e34bf
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