The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=7b36da48435d6c2571329d6a1f04f0a290403af8
commit 7b36da48435d6c2571329d6a1f04f0a290403af8 Author: Adrian Chadd <adr...@freebsd.org> AuthorDate: 2021-12-27 21:13:38 +0000 Commit: Adrian Chadd <adr...@freebsd.org> CommitDate: 2021-12-27 21:13:38 +0000 qca: add cpufreq into the build Now that the clock drivers are in the tree, the cpufreq driver will "just work". Tested: * IPQ4018, testing performance of dd from /dev/zero->/dev/null at each frequency step. --- sys/arm/conf/std.qca | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/arm/conf/std.qca b/sys/arm/conf/std.qca index 38c35761e3aa..a78e27074ea4 100644 --- a/sys/arm/conf/std.qca +++ b/sys/arm/conf/std.qca @@ -24,8 +24,12 @@ device syscon # Random device qcom_rnd +# interrupt controller device gic +# cpu frequency +device cpufreq + # MMC/SD/SDIO Card slot support device mmc device sdhci