]> git.baikalelectronics.ru Git - kernel.git/commitdiff
clk: qcom: gcc-qcs404: fix names of the DSI clocks used as parents
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 26 Dec 2022 04:21:44 +0000 (06:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 15:43:50 +0000 (16:43 +0100)
[ Upstream commit 47d94d30cd3dcc743241b4208b1eec7247610c84 ]

The QCS404 uses 28nm LPM DSI PHY, which registers dsi0pll and
dsi0pllbyte clocks. Fix all DSI PHY clock names used as parents inside
the GCC driver.

Fixes: 959ea871ca56 ("clk: qcom: gcc: Add global clock controller driver for QCS404")
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-7-dmitry.baryshkov@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/qcom/gcc-qcs404.c

index 265e774d63476f7b3976f68cc0f35df24aa864f0..5982253b03307b3e2c6c212352d27d51f40a010e 100644 (file)
@@ -112,7 +112,7 @@ static const struct parent_map gcc_parent_map_5[] = {
 
 static const char * const gcc_parent_names_5[] = {
        "cxo",
-       "dsi0pll_byteclk_src",
+       "dsi0pllbyte",
        "core_bi_pll_test_se",
 };
 
@@ -124,7 +124,7 @@ static const struct parent_map gcc_parent_map_6[] = {
 
 static const char * const gcc_parent_names_6[] = {
        "cxo",
-       "dsi0_phy_pll_out_byteclk",
+       "dsi0pllbyte",
        "core_bi_pll_test_se",
 };
 
@@ -167,7 +167,7 @@ static const struct parent_map gcc_parent_map_9[] = {
 static const char * const gcc_parent_names_9[] = {
        "cxo",
        "gpll0_out_main",
-       "dsi0_phy_pll_out_dsiclk",
+       "dsi0pll",
        "gpll6_out_aux",
        "core_bi_pll_test_se",
 };
@@ -204,7 +204,7 @@ static const struct parent_map gcc_parent_map_12[] = {
 
 static const char * const gcc_parent_names_12[] = {
        "cxo",
-       "dsi0pll_pclk_src",
+       "dsi0pll",
        "core_bi_pll_test_se",
 };