clk-raspberrypi: 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

Signed-off-by: popcornmix <popcornmix@gmail.com>
This commit is contained in:
popcornmix
2019-09-09 15:49:56 +01:00
committed by Dom Cobley
parent 22f368d28a
commit 7da704932b

View File

@@ -153,7 +153,7 @@ 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),
.disable_turbo = cpu_to_le32(0),
};
int ret;