Skip to content

Commit 320e7ef

Browse files
andredkrzk
authored andcommitted
clk: samsung: exynos850: fix a comment
The code below the updated comment is for CMU_CPUCL1, not CMU_CPUCL0. Fixes: dedf873 ("clk: samsung: exynos850: Add CMU_CPUCL0 and CMU_CPUCL1") Cc: [email protected] Signed-off-by: André Draszik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent ca243e6 commit 320e7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/samsung/clk-exynos850.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ static const unsigned long cpucl1_clk_regs[] __initconst = {
13601360
CLK_CON_GAT_GATE_CLK_CPUCL1_CPU,
13611361
};
13621362

1363-
/* List of parent clocks for Muxes in CMU_CPUCL0 */
1363+
/* List of parent clocks for Muxes in CMU_CPUCL1 */
13641364
PNAME(mout_pll_cpucl1_p) = { "oscclk", "fout_cpucl1_pll" };
13651365
PNAME(mout_cpucl1_switch_user_p) = { "oscclk", "dout_cpucl1_switch" };
13661366
PNAME(mout_cpucl1_dbg_user_p) = { "oscclk", "dout_cpucl1_dbg" };

0 commit comments

Comments
 (0)