From 5d74b79586597cc171c50fd4ab5aa8edc1ffcfc7 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 11 Oct 2024 15:24:59 +0200 Subject: [PATCH] chore: pass regulator_ignore_unused as kernel arg --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index c91cd9b..9b1ae0f 100644 --- a/module.nix +++ b/module.nix @@ -82,7 +82,7 @@ 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 = {