Open
Description
I need stable core clock frequency because SPI bus is used.
I use my PRi in headless mode, so GPU performance doesn't matter to me. And I prefer to keep GPU power consumption as low as possible.
I want to use max (non-overcocked) CPU frequency. At least with performance governor RPi boots faster. And idle temperature difference between 600MHz and 1400MHz is only 0.5-1℃ on 3B+.
There is my current config, it works on RPi 3B+:
gpu_freq=250
force_turbo=1
I dislike explicit frequency setting, I'm unsure if it is compatible with RPi 4 and future models.
What about new option? Something like gpu_turbo=0
would be fine.