- introduce can_cpufreq to control the cpu frequency

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-08-30 22:46:26 +02:00
committed by Thilo Graf
parent 65aee42473
commit ecb34f1cd1
9 changed files with 20 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ hw_caps_t *get_hwcaps(void)
initialized = 1;
caps.has_CI = 2;
caps.can_cec = 1;
caps.can_cpufreq = 0;
caps.can_shutdown = 1;
caps.display_xres = 16;
caps.display_type = HW_DISPLAY_LINE_TEXT;