orangepi5+: remove explicit rockchip-cpufreq module

This commit is contained in:
Motiejus Jakštys 2024-04-03 19:59:46 +03:00
parent 8d93a025f4
commit 76f5db710c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ in {
generic-extlinux-compatible.enable = true; 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; consoleLogLevel = 7;
}; };