rk3588: force-load cpufreq

This commit is contained in:
Motiejus Jakštys 2024-03-13 22:01:22 +02:00
parent 7315cbaaac
commit a6785cbd83
1 changed files with 1 additions and 1 deletions

View File

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