From 13748008aee498832a59927b4ea428cec44c80c0 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sat, 26 Oct 2024 19:21:24 +0200 Subject: [PATCH] don't use regulator_ignore_unused --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 0038fbe..0ce673b 100644 --- a/module.nix +++ b/module.nix @@ -78,7 +78,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 = {