summaryrefslogtreecommitdiff
path: root/drivers/clk/qcom/gcc-qcs404.c
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2022-12-26 07:21:45 +0300
committerBjorn Andersson <andersson@kernel.org>2022-12-27 20:59:10 +0300
commita613af2ccb402ab3c31b518d370292ecdd6a5709 (patch)
treedfd453a8e2a2d8c454eeb5b8483569599e8bdc77 /drivers/clk/qcom/gcc-qcs404.c
parent47d94d30cd3dcc743241b4208b1eec7247610c84 (diff)
downloadlinux-a613af2ccb402ab3c31b518d370292ecdd6a5709.tar.xz
clk: qcom: gcc-qcs404: fix the name of the HDMI PLL clock
The QCS404 uses 28nm HDMI PHY. The in-kernel driver doesn't provide the PLL (yet), but the out of tree patches used the name "hdmi_pll" for it. Other Qualcomm HDMI PHYs use either the name "hdmi_pll" (8960) or "hdmipll" (8996). Thus change the expected HDMI PLL clock name to "hdmi_pll". Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221226042154.2666748-8-dmitry.baryshkov@linaro.org
Diffstat (limited to 'drivers/clk/qcom/gcc-qcs404.c')
-rw-r--r--drivers/clk/qcom/gcc-qcs404.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/qcom/gcc-qcs404.c b/drivers/clk/qcom/gcc-qcs404.c
index 67a180d688c3..241768da2263 100644
--- a/drivers/clk/qcom/gcc-qcs404.c
+++ b/drivers/clk/qcom/gcc-qcs404.c
@@ -152,7 +152,7 @@ static const struct parent_map gcc_parent_map_8[] = {
static const char * const gcc_parent_names_8[] = {
"cxo",
- "hdmi_phy_pll_clk",
+ "hdmi_pll",
"core_bi_pll_test_se",
};