From dc2be45e90c785abee9a5509d6a994d244bb33be Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Thu, 23 Apr 2026 09:17:21 +0100 Subject: [PATCH] change(laptop): disable cpu parking --- config/modules/surface_patches.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/modules/surface_patches.nix b/config/modules/surface_patches.nix index 83ee19d..0a69412 100644 --- a/config/modules/surface_patches.nix +++ b/config/modules/surface_patches.nix @@ -17,7 +17,7 @@ ]; x1e.model = "15"; # "13" (default) or "15" — selects the correct DTB - x1e.cpuParking = true; # loads cpu_parking at boot + x1e.cpuParking = false; # loads cpu_parking at boot x1e.ecReboot = true; # loads ec_reboot at boot, exposes /sys/kernel/ec_reboot/reboot # Prevent reboot hang - qcom_smd_qrtr workers stuck in D-state