Skip to content

Commit d76c762

Browse files
ambaruskrzk
authored andcommitted
clk: samsung: clk-gs101: comply with the new dt cmu_misc clock names
The cmu_misc clock-names were renamed to just "bus" and "sss" because naming is local to the module, so cmu_misc is implied. As the bindings and the device tree have not made a release yet, comply with the renamed clocks. Suggested-by: Rob Herring <[email protected]> Signed-off-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 1755c4b commit d76c762

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
@@ -2475,7 +2475,7 @@ static const struct samsung_cmu_info misc_cmu_info __initconst = {
24752475
.nr_clk_ids = CLKS_NR_MISC,
24762476
.clk_regs = misc_clk_regs,
24772477
.nr_clk_regs = ARRAY_SIZE(misc_clk_regs),
2478-
.clk_name = "dout_cmu_misc_bus",
2478+
.clk_name = "bus",
24792479
};
24802480

24812481
/* ---- platform_driver ----------------------------------------------------- */

0 commit comments

Comments
 (0)