commit a6785cbd8353458cd99c1b039a97ba06cfaf455f (tree) parent 7315cbaaace89cfaf12303484ca4bfb141e05c65 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Wed, 13 Mar 2024 22:01:22 +0200 rk3588: force-load cpufreq Diffstat:
| M | shared/platform/orangepi5plus.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; };