Merge "disp: msm: dp: replace dp clock trees with single nodes" into display-kernel.lnx.5.10

This commit is contained in:
Linux Build Service Account
2021-01-13 14:24:33 -08:00
committato da Gerrit - the friendly Code Review server
5 ha cambiato i file con 301 aggiunte e 403 eliminazioni

Vedi File

@@ -1969,6 +1969,7 @@ static int dp_init_sub_modules(struct dp_display_private *dp)
ctrl_in.power = dp->power;
ctrl_in.catalog = &dp->catalog->ctrl;
ctrl_in.parser = dp->parser;
ctrl_in.pll = dp->pll;
dp->ctrl = dp_ctrl_get(&ctrl_in);
if (IS_ERR(dp->ctrl)) {