summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/emeraldlake2
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-11-07 09:23:02 +0100
committerArthur Heymans <arthur@aheymans.xyz>2022-12-01 10:27:10 +0000
commitd52bfbb6aa822b8d5137bedef638a5214a07e4da (patch)
tree871296097a8f332225302fd40d7bbdbd3e7251ff /src/mainboard/intel/emeraldlake2
parent634d88c413553bb4e483842032e14c078cb5f165 (diff)
downloadcoreboot-d52bfbb6aa822b8d5137bedef638a5214a07e4da.tar.gz
coreboot-d52bfbb6aa822b8d5137bedef638a5214a07e4da.tar.bz2
coreboot-d52bfbb6aa822b8d5137bedef638a5214a07e4da.zip
cpu/intel/sandybridge: Use enum for ACPI C states
Also remove the now unnecessary comments from the devicetree. Change-Id: Iebbe12fd413b7a2eb1078a579e194eba821ada7c Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69292 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/intel/emeraldlake2')
-rw-r--r--src/mainboard/intel/emeraldlake2/devicetree.cb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/intel/emeraldlake2/devicetree.cb b/src/mainboard/intel/emeraldlake2/devicetree.cb
index 9255848b2a06..fef8992cd46f 100644
--- a/src/mainboard/intel/emeraldlake2/devicetree.cb
+++ b/src/mainboard/intel/emeraldlake2/devicetree.cb
@@ -17,8 +17,8 @@ chip northbridge/intel/sandybridge
device lapic 0 on end
device lapic 0xacac off end
- register "acpi_c1" = "3" # ACPI(C1) = MWAIT(C3)
- register "acpi_c2" = "4" # ACPI(C2) = MWAIT(C6)
+ register "acpi_c1" = "CPU_ACPI_C3"
+ register "acpi_c2" = "CPU_ACPI_C6"
end
end