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; };