From 76f5db710c117908ff4116ecce270ed53819a5b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 3 Apr 2024 19:59:46 +0300 Subject: [PATCH] orangepi5+: remove explicit rockchip-cpufreq module --- 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 a4f9bfd..7c7a5e3 100644 --- a/shared/platform/orangepi5plus.nix +++ b/shared/platform/orangepi5plus.nix @@ -43,7 +43,7 @@ in { generic-extlinux-compatible.enable = true; }; - initrd.kernelModules = ["ahci_dwc" "phy_rockchip_naneng_combphy" "rockchip-cpufreq"]; + initrd.kernelModules = ["ahci_dwc" "phy_rockchip_naneng_combphy"]; consoleLogLevel = 7; };