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 <robh@kernel.org> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> Link: https://lore.kernel.org/r/20240109114908.3623645-4-tudor.ambarus@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 1755c4b commit d76c762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)