remaintain #1

Merged
steveej merged 12 commits from remaintain into main 2024-10-14 14:18:38 +00:00
Showing only changes of commit bd580ee9c3 - Show all commits

View file

@ -88,24 +88,24 @@ in
initrd = { initrd = {
kernelModules = [ kernelModules = [
"nvme" "nvme"
"phy-qcom-qmp-pcie" "phy_qcom_qmp_pcie"
"pcie-qcom" "pcie_qcom"
"i2c-core" "i2c_core"
"i2c-hid" "i2c_hid"
"i2c-hid-of" "i2c_hid-of"
"i2c-qcom-geni" "i2c_qcom-geni"
"leds_qcom_lpg" "leds_qcom_lpg"
"pwm_bl" "pwm_bl"
"qrtr" "qrtr"
"pmic_glink_altmode" "pmic_glink_altmode"
"gpio_sbu_mux" "gpio_sbu_mux"
"phy-qcom-qmp-combo" "phy_qcom_qmp_combo"
"gpucc_sc8280xp" "gpucc_sc8280xp"
"dispcc_sc8280xp" "dispcc_sc8280xp"
"phy_qcom_edp" "phy_qcom_edp"
"panel-edp" "panel_edp"
"msm" "msm"
]; ];
}; };