Skip to content

Commit c911a66

Browse files
popcornmixbebarino
authored andcommitted
clk: bcm: rpi: Allow cpufreq driver to also adjust gpu clocks
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]>
1 parent 410cf82 commit c911a66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/clk/bcm/clk-raspberrypi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ static int raspberrypi_clock_property(struct rpi_firmware *firmware,
156156
struct raspberrypi_firmware_prop msg = {
157157
.id = cpu_to_le32(data->id),
158158
.val = cpu_to_le32(*val),
159-
.disable_turbo = cpu_to_le32(1),
160159
};
161160
int ret;
162161

0 commit comments

Comments
 (0)