From 79dcff640302c649d16aee95e8ec18b45ddc88b5 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Tue, 16 Jul 2024 08:07:29 -0400 Subject: [PATCH] disable regulator_ignore_unused as it's not recommended --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 711a9f3..314c8b5 100644 --- a/module.nix +++ b/module.nix @@ -79,8 +79,8 @@ in "efi=noruntime" "clk_ignore_unused" "pd_ignore_unused" - "regulator_ignore_unused" "arm64.nopauth" + # "regulator_ignore_unused" # allows for > 30 sec to load msm, at the potential cost of power # blacklist graphics in initrd so the firmware can load from disk "rd.driver.blacklist=msm"