disp: msm: dp: update pll driver to fix clock names per target
With the change in the clock names for newer targets, this fix updates the driver to support different clock names per target. Change-Id: I58c35fce34356f8c79adb0ac8a907e2fb60813ae Signed-off-by: Sudarsan Ramesh <sudarame@codeaurora.org>
Цей коміт міститься в:
@@ -1919,6 +1919,7 @@ static int dp_init_sub_modules(struct dp_display_private *dp)
|
||||
|
||||
pll_in.aux = dp->aux;
|
||||
pll_in.parser = dp->parser;
|
||||
pll_in.dp_core_revision = dp_catalog_get_dp_core_version(dp->catalog);
|
||||
|
||||
dp->pll = dp_pll_get(&pll_in);
|
||||
if (IS_ERR(dp->pll)) {
|
||||
|
Посилання в новій задачі
Заблокувати користувача