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>
Цей коміт міститься в:
Sudarsan Ramesh
2021-02-17 15:35:22 -05:00
джерело 67ce55687b
коміт e66a2089f4
6 змінених файлів з 86 додано та 28 видалено

Переглянути файл

@@ -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)) {