Hi,
The RK3588 supports frequencies as low as 408MHz, but in armbian the minimum is 1008MHz, which makes the cpu run hotter and draw more power even when idle, compared with the OPI ubuntu version.
These are the available frequencies:
$ cat /sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies
1008000 1200000 1416000 1608000 1800000
$ cat /sys/devices/system/cpu/cpufreq/policy6/scaling_available_frequencies
1200000 1416000 1608000 1800000 2016000 2208000 2400000
I want to add the missing frequencies, I tried to look in the armbian repo for dts files that contain these frequencies, but I couldn't find anything. Is is possible to do this by loading dti files on boot? or does it need a kernel recompile?
Thanks!