Allow the MMC frequency to be set up to 52MHz for MMC high speed timings.
This commit is contained in:
parent
2567d71370
commit
02b2e3c5fb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user