clk-raspberrypi: Allow cpufreq driver to also adjust gpu clocks
authorpopcornmix <popcornmix@gmail.com>
Mon, 9 Sep 2019 14:49:56 +0000 (15:49 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:32:56 +0000 (11:32 +0000)
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>
drivers/clk/bcm/clk-raspberrypi.c

index c9da6be..4aa15f9 100644 (file)
@@ -156,7 +156,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;