Allow the MMC frequency to be set up to 52MHz for MMC high speed timings.

This commit is contained in:
Jared McNeill 2016-11-15 23:46:01 +00:00
parent 2567d71370
commit 02b2e3c5fb

View File

@ -185,7 +185,7 @@ aw_mmcclk_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout,
ophase = 0;
phase = 5;
n = 2;
} else if (*fout <= 50000000) {
} else if (*fout <= 52000000) {
parent_idx = CLK_SRC_SEL_PLL6;
ophase = 3;
phase = 5;