cpufreq in 5.2 missing
It seems cpufreq went missing in 5.2:
# librem5-devkit-check
=============================================================================================== test session starts ===============================================================================================
platform linux -- Python 3.7.3, pytest-3.10.1, py-1.7.0, pluggy-0.8.0
model: Purism Librem 5 devkit
kernel: Linux pureos 5.2.0-gef814e5c7 #1 SMP PREEMPT Sun Jul 14 16:27:34 PDT 2019 aarch64 GNU/Linux
image gitrev: 256fdadfaef7af8cfff128f55719b662fcf284c0
rootdir: /usr/share/librem5-devkit/check, inifile:
collected 11 items
test_audio.py .. [ 18%]
test_battery_charger.py . [ 27%]
test_cpufreq.py F [ 36%]
test_gpio_keys.py . [ 45%]
test_magn.py F [ 54%]
test_modem.py .. [ 72%]
test_panel_brightness.py . [ 81%]
test_touch.py . [ 90%]
test_usb_hub.py . [100%]
==================================================================================================== FAILURES =====================================================================================================
__________________________________________________________________________________________________ test_cpufreq ___________________________________________________________________________________________________
def test_cpufreq():
> assert("1000000" in open("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq").read())
E FileNotFoundError: [Errno 2] No such file or directory: '/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq'
test_cpufreq.py:2: FileNotFoundError