From a6785cbd8353458cd99c1b039a97ba06cfaf455f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 13 Mar 2024 22:01:22 +0200 Subject: [PATCH] rk3588: force-load cpufreq --- shared/platform/orangepi5plus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/platform/orangepi5plus.nix b/shared/platform/orangepi5plus.nix index 0e3a6fb..4eaf97f 100644 --- a/shared/platform/orangepi5plus.nix +++ b/shared/platform/orangepi5plus.nix @@ -41,7 +41,7 @@ in { generic-extlinux-compatible.enable = true; }; - initrd.kernelModules = ["ahci_dwc" "phy_rockchip_naneng_combphy"]; + initrd.kernelModules = ["ahci_dwc" "phy_rockchip_naneng_combphy" "rockchip-cpufreq"]; consoleLogLevel = 7; };