From 82f091ef55e0a921c23c59f460eee27414484de0 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 25 May 2023 10:27:42 -0600 Subject: [PATCH] galp{6,7}: Reduce PL4 on AC to 65W Reduce PL4 to the same value as other non-GPU units, even though the galp7 has an H series CPU. Signed-off-by: Tim Crawford --- src/board/system76/galp6/board.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/board/system76/galp6/board.mk b/src/board/system76/galp6/board.mk index 11e4675..deef370 100644 --- a/src/board/system76/galp6/board.mk +++ b/src/board/system76/galp6/board.mk @@ -37,7 +37,7 @@ CFLAGS+=\ # Set CPU power limits in watts CFLAGS+=\ - -DPOWER_LIMIT_AC=90 \ + -DPOWER_LIMIT_AC=65 \ -DPOWER_LIMIT_DC=45 # Add system76 common code