mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-15 22:41:38 +00:00
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:
@@ -153,7 +153,7 @@ static int raspberrypi_clock_property(struct rpi_firmware *firmware,
|
|||||||
struct raspberrypi_firmware_prop msg = {
|
struct raspberrypi_firmware_prop msg = {
|
||||||
.id = cpu_to_le32(data->id),
|
.id = cpu_to_le32(data->id),
|
||||||
.val = cpu_to_le32(*val),
|
.val = cpu_to_le32(*val),
|
||||||
.disable_turbo = cpu_to_le32(1),
|
.disable_turbo = cpu_to_le32(0),
|
||||||
};
|
};
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user