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>
This commit is contained in:
parent
ac04c2180c
commit
8c05464a71
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue