Skip to content

Commit 0e37a13

Browse files
committed
[Zen5/Granite Ridge] Changed the Voltage formula identifier
1 parent 8ca842b commit 0e37a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
COREFREQ_MAJOR = 1
66
COREFREQ_MINOR = 98
7-
COREFREQ_REV = 2
7+
COREFREQ_REV = 3
88
HW = $(shell uname -m)
99
CC ?= cc
1010
WARNING = -Wall -Wfatal-errors

x86_64/coretypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ VOLTAGE_FORMULA_ITETECH_IO =(VOLTAGE_KIND_ITETECH_IO << 8) | FORMULA_SCOPE_PKG
608608
};
609609

610610
#define VOLTAGE_FORMULA_AMD_19h VOLTAGE_FORMULA_AMD_17h
611-
#define VOLTAGE_FORMULA_AMD_1Ah VOLTAGE_FORMULA_AMD_19_61h
611+
#define VOLTAGE_FORMULA_AMD_1Ah VOLTAGE_FORMULA_AMD_ZEN4
612612

613613
enum POWER_KIND {
614614
POWER_KIND_NONE = 0b000000000000000000000000,

0 commit comments

Comments
 (0)