Revert "clk-raspberrypi: Allow cpufreq driver to also adjust gpu clocks"
authorMaxime Ripard <maxime@cerno.tech>
Wed, 12 Feb 2020 08:33:59 +0000 (09:33 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:32 +0000 (16:33 +0100)
This reverts commit 60dc4841efc8fe97b710b49d37d50bd719e8ca07.

drivers/clk/bcm/clk-raspberrypi.c

index e4e1392..1654fd0 100644 (file)
@@ -70,7 +70,7 @@ static int raspberrypi_clock_property(struct rpi_firmware *firmware, u32 tag,
        struct raspberrypi_firmware_prop msg = {
                .id = cpu_to_le32(clk),
                .val = cpu_to_le32(*val),
-               .disable_turbo = cpu_to_le32(0),
+               .disable_turbo = cpu_to_le32(1),
        };
        int ret;