Revert "1.0.3 part 2"

This reverts commit c04187583b.
This commit is contained in:
souldbminersmwc
2025-09-03 11:45:54 -04:00
parent c04187583b
commit 7c1b42f0bf
2 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ volatile CustomizeTable C = {
* - Max Voltage in mV
* - CpuVoltL4T: 1235
*/
.eristaCpuMaxVolt = 1235,
.eristaCpuMaxVolt = 1257,
/* Erista EMC(RAM):
* - RAM Clock in kHz

View File

@@ -118,23 +118,23 @@ var CustTable = [
], 0, [0, 2], 1),
new CustEntry("marikoCpuBoostClock", "Mariko Boost Clock in kHz", CustPlatform.Mariko, 4, [
"System default: 1963500",
"System default: 1785000",
"Boost clock will be applied when applications request Boost Mode via performance configuration."
], 1963500, [204000, 2907000], 1, !1),
new CustEntry("eristaCpuBoostClock", "Erista Boost Clock in kHz", CustPlatform.Erista, 4, [
"System default: 1785000",
"Boost clock will be applied when applications request Boost Mode via performance configuration."
], 17855e2, [204000, 2092000], 1, !1),
], 1963e3, [204000, 2907000], 1, !1),
new CustEntry("commonEmcMemVolt", "EMC Vdd2 Voltage in uV", CustPlatform.All, 4, [
"Acceptable range: 1100000 ≤ x ≤ 1250000, and it should be divided evenly by 12500.",
"Erista Default: 1175000",
"Mariko Default: 1175000",
"Erista Default: 1125000",
"Mariko Default: 1100000",
"Official LPDDR4(X) range: 1060mV~1175mV (1100mV nominal)",
"Not enabled by default"
], 1175000, [11e5, 125e4], 12500),
], 0, [11e5, 125e4], 12500),
new CustEntry("eristaCpuMaxVolt", "Erista CPU Max Voltage in mV", CustPlatform.Erista, 4, [
"Acceptable range: 1120 ≤ x ≤ 1300",