Skip to content
Snippets Groups Projects
Commit 6d0e34bf authored by Stefan Herbrechtsmeier's avatar Stefan Herbrechtsmeier Committed by Jaehoon Chung
Browse files

mmc: sdhci: Distinguish between base clock and maximum peripheral frequency


The sdhci controller assumes that the base clock frequency is fully supported by
the peripheral and doesn't support hardware limitations. The Linux kernel
distinguishes between base clock (max_clk) of the host controller and maximum
frequency (f_max) of the card interface. Use the same differentiation and allow
the platform to constrain the peripheral interface.

Signed-off-by: default avatarStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
parent 0c9e85f6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment