ODROID: sd: sync old g12.

Change-Id: Ia8192f0db986b3d17ce0feae5da198c1f76df6ba
This commit is contained in:
Luke Go
2020-06-18 11:28:03 +09:00
parent a871625a8e
commit 66324a04ae

View File

@@ -274,7 +274,6 @@ static int meson_mmc_clk_set_rate_v3(struct mmc_host *mmc,
ret = clk_set_rate(src0_clk, 792000000);
if (ret)
pr_warn("not set tl1-gp0\n");
host->gp0_enable = 1;
}
pr_warn("set rate clkin2>>>>>>>>clk:%lu\n",
clk_get_rate(src0_clk));
@@ -1750,8 +1749,8 @@ tunning:
curr_win_start = -1;
curr_win_size = 0;
adj_print = host->adj_win;
len = 0;
adj_print = host->adj_win;
memset(adj_print, 0, sizeof(u8) * ADJ_WIN_PRINT_MAXLEN);
len += sprintf(adj_print, "%s: adj_win: < ", pdata->pinname);
spin_lock_irqsave(&host->mrq_lock, flags);