Skip to content

Commit

Permalink
clk: bcm: rpi: Allow cpufreq driver to also adjust gpu clocks
Browse files Browse the repository at this point in the history
For performance/power it is beneficial to adjust gpu clocks with arm clock.
This is how the downstream cpufreq driver works

Acked-by: Stephen Boyd <[email protected]>
Signed-off-by: Dom Cobley <[email protected]>
Signed-off-by: Dave Stevenson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
  • Loading branch information
popcornmix authored and bebarino committed Jan 16, 2025
1 parent 410cf82 commit c911a66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clk/bcm/clk-raspberrypi.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ static int raspberrypi_clock_property(struct rpi_firmware *firmware,
struct raspberrypi_firmware_prop msg = {
.id = cpu_to_le32(data->id),
.val = cpu_to_le32(*val),
.disable_turbo = cpu_to_le32(1),
};
int ret;

Expand Down

0 comments on commit c911a66

Please sign in to comment.