diff options
author | Tarun Tuli <taruntuli@google.com> | 2023-03-01 12:46:18 +0000 |
---|---|---|
committer | Nick Vaccaro <nvaccaro@google.com> | 2023-03-01 21:37:17 +0000 |
commit | 8c05464a711ebb7f32a3ff13bc2afa54af387394 (patch) | |
tree | 5954d767c0c0f8479bd7e334b472a54a881e8006 | |
parent | ac04c2180c34bd1938deed2672bc52e35938847b (diff) | |
download | coreboot-8c05464a711ebb7f32a3ff13bc2afa54af387394.tar.gz coreboot-8c05464a711ebb7f32a3ff13bc2afa54af387394.tar.bz2 coreboot-8c05464a711ebb7f32a3ff13bc2afa54af387394.zip |
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 <taruntuli@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73216
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
-rw-r--r-- | src/mainboard/google/brya/acpi/nvpcf.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/acpi/nvpcf.asl b/src/mainboard/google/brya/acpi/nvpcf.asl index 501b94c2fc4f..9f6c5e114962 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. */ |