drm/msm/dsi_pll_10nm: Fix variable usage for pll_lockdet_rate
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Sat, 9 Jan 2021 13:51:11 +0000 (14:51 +0100)
committerRob Clark <robdclark@chromium.org>
Mon, 1 Feb 2021 16:53:25 +0000 (08:53 -0800)
commit362cadf34b9fe030f271ded38d5062eac12f3340
treeff599cb0c5b7968b6056817d55833d6799f49924
parent196145eb1af18efb3fc6dd1e40cfc4dc47e47603
drm/msm/dsi_pll_10nm: Fix variable usage for pll_lockdet_rate

The PLL_LOCKDET_RATE_1 was being programmed with a hardcoded value
directly, but the same value was also being specified in the
dsi_pll_regs struct pll_lockdet_rate variable: let's use it!

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c