summaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/brya/acpi/nvpcf.asl6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/acpi/nvpcf.asl b/src/mainboard/google/brya/acpi/nvpcf.asl
index 019a5c1742..f6a5c075fc 100644
--- a/src/mainboard/google/brya/acpi/nvpcf.asl
+++ b/src/mainboard/google/brya/acpi/nvpcf.asl
@@ -50,10 +50,12 @@ Method (NPCF, 2, Serialized)
/* Dynamic Params Table Header (1 controller entry, 0x1c bytes) */
0x22, 0x05, 0x10, 0x1c, 0x01 }
- CreateWordField (Local0, 0x05, TGPA)
+ CreateWordField (Local0, 0x1d, MAGA)
+ CreateWordField (Local0, 0x19, TPPA)
CreateDWordField (Local0, 0x15, CEO0)
- TGPA = 0x50 /* TGP on AC = 10W in 1/8-Watt increments */
+ MAGA = 0x50 /* TGP on AC = 10W in 1/8-Watt increments */
+ TPPA = 0xc8 /* TPPA = 25W in 1/8-Watt increments */
CEO0 = 0x200 /* [7:0] Controller index
[8:8] Disable controller on AC
[9:9] Disable controller on DC */