diff --git a/flake.lock b/flake.lock index 422ac12..00413f1 100644 --- a/flake.lock +++ b/flake.lock @@ -21,16 +21,16 @@ "linux-jhovold": { "flake": false, "locked": { - "lastModified": 1728631036, - "narHash": "sha256-1LnClVjY6WS+IR9eqPFA7gzXm0cio3mY23NXj9cKHHs=", + "lastModified": 1726563586, + "narHash": "sha256-hZ8yue7OsrXuwoXz09/dmIiKJIQEPixK39l5S/xvJfA=", "owner": "jhovold", "repo": "linux", - "rev": "6a97bc22fa36010400b91e6d5979741c391112c3", + "rev": "c8032fa3062e04cbb68f070959fc746b91abb16e", "type": "github" }, "original": { "owner": "jhovold", - "ref": "wip/sc8280xp-6.12-rc2", + "ref": "wip/sc8280xp-6.11", "repo": "linux", "type": "github" } diff --git a/flake.nix b/flake.nix index aaa2ed3..bc90fce 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; - linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.12-rc2"; + linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.11"; linux-jhovold.flake = false; }; diff --git a/module.nix b/module.nix index c91cd9b..5fee192 100644 --- a/module.nix +++ b/module.nix @@ -82,30 +82,30 @@ in "clk_ignore_unused" "pd_ignore_unused" "arm64.nopauth" - # "regulator_ignore_unused" # allows for > 30 sec to load msm, at the potential cost of power + "regulator_ignore_unused" # allows for > 30 sec to load msm, at the potential cost of power ]; initrd = { kernelModules = [ "nvme" - "phy-qcom-qmp-pcie" - "pcie-qcom" + "phy_qcom_qmp_pcie" + "pcie_qcom" - "i2c-core" - "i2c-hid" - "i2c-hid-of" - "i2c-qcom-geni" + "i2c_core" + "i2c_hid" + "i2c_hid-of" + "i2c_qcom-geni" "leds_qcom_lpg" "pwm_bl" "qrtr" "pmic_glink_altmode" "gpio_sbu_mux" - "phy-qcom-qmp-combo" + "phy_qcom_qmp_combo" "gpucc_sc8280xp" "dispcc_sc8280xp" "phy_qcom_edp" - "panel-edp" + "panel_edp" "msm" ]; }; diff --git a/packages/default.nix b/packages/default.nix index 490a0be..932b79f 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -21,7 +21,7 @@ in { linux_jhovold = pkgs.callPackage linux_x13s_pkg { src = inputs.linux-jhovold; - version = "6.12.0-rc2"; + version = "6.11.0"; defconfig = "johan_defconfig"; };