Skip to content

Commit 29a9361

Browse files
andredkrzk
authored andcommitted
clk: samsung: gs101: fix CLK_DOUT_CMU_G3D_BUSD
Use the correct Linux clock ID when instantiating the G3D_BUSD div_clock. Fixes: 2c597bb ("clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support") 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 19272b3 commit 29a9361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/samsung/clk-gs101.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ static const struct samsung_div_clock cmu_top_div_clks[] __initconst = {
11541154
CLK_CON_DIV_CLKCMU_G2D_MSCL, 0, 4),
11551155
DIV(CLK_DOUT_CMU_G3AA_G3AA, "dout_cmu_g3aa_g3aa", "gout_cmu_g3aa_g3aa",
11561156
CLK_CON_DIV_CLKCMU_G3AA_G3AA, 0, 4),
1157-
DIV(CLK_DOUT_CMU_G3D_SWITCH, "dout_cmu_g3d_busd", "gout_cmu_g3d_busd",
1157+
DIV(CLK_DOUT_CMU_G3D_BUSD, "dout_cmu_g3d_busd", "gout_cmu_g3d_busd",
11581158
CLK_CON_DIV_CLKCMU_G3D_BUSD, 0, 4),
11591159
DIV(CLK_DOUT_CMU_G3D_GLB, "dout_cmu_g3d_glb", "gout_cmu_g3d_glb",
11601160
CLK_CON_DIV_CLKCMU_G3D_GLB, 0, 4),

0 commit comments

Comments
 (0)