From 8c05464a711ebb7f32a3ff13bc2afa54af387394 Mon Sep 17 00:00:00 2001 From: Tarun Tuli Date: Wed, 1 Mar 2023 12:46:18 +0000 Subject: [PATCH] mb/google/brya/acpi: Remove extra DC boost byte The DC boost bit was intended to be in the Controller Params word rather than its own byte. Correct this error. BUG=b:214581372 TEST=build Change-Id: Ie65e57a351f0fc1f0c80ef320fd87043ee22916c Signed-off-by: Tarun Tuli Reviewed-on: https://review.coreboot.org/c/coreboot/+/73216 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Nick Vaccaro --- src/mainboard/google/brya/acpi/nvpcf.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/acpi/nvpcf.asl b/src/mainboard/google/brya/acpi/nvpcf.asl index 501b94c2fc..9f6c5e1149 100644 --- a/src/mainboard/google/brya/acpi/nvpcf.asl +++ b/src/mainboard/google/brya/acpi/nvpcf.asl @@ -34,7 +34,7 @@ Method (NPCF, 2, Serialized) 2=CTGP-only. [7:4] Reserved. Set to 0. */ /* Controller #1 Params */ - 0x00, /* Class = Dynamic Boost + /* Class = Dynamic Boost [0:0] DC support 0=Not supported, 1=Supported [31:1] Reserved. Set to 0. */