Skip to content

Commit b1dd3fb

Browse files
committed
update gn22 default config to MP serial
This does not do anything for shipping systems, but just updates teh displayed serial config digit 9 to A for MP Signed-off-by: Kieran Levin <[email protected]>
1 parent 19ee46b commit b1dd3fb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gn22.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ struct default_gpu_cfg gn22_gpu_cfg = {
99
.descriptor_version_minor = 2,
1010
.hardware_version = 0x0004,
1111
.hardware_revision = 0,
12-
.serial = {'F', 'R', 'A', 'K', 'M', 'Q', 'C', 'P', '4', '1',
12+
.serial = {'F', 'R', 'A', 'K', 'M', 'Q', 'C', 'P', 'A', '1',
1313
'5', '0', '0', 'A', 'S', 'S', 'Y', '0', '\0', '\0'},
1414
.descriptor_length = sizeof(struct default_gpu_cfg) - sizeof(struct gpu_cfg_descriptor),
1515
.descriptor_crc32 = 0,
@@ -38,8 +38,8 @@ struct default_gpu_cfg gn22_gpu_cfg = {
3838
.gpio3 = {.gpio = GPU_2L7_GPIO3_EC, .function = GPIO_FUNC_UNUSED, .flags = GPIO_INPUT, .power_domain = POWER_S0},
3939
/* GPU_VSYS_EN */
4040
.gpio_vsys = {.gpio = GPU_VSYS_EN, .function = GPIO_FUNC_GPU_PWR, .flags = GPIO_OUTPUT_LOW, .power_domain = POWER_S3},
41-
/* GPU_VADP_EN */
42-
.gpu_vadp_en = {.gpio = GPU_VADP_EN, .function = GPIO_FUNC_HIGH, .flags = GPIO_OUTPUT_LOW, .power_domain = POWER_G3},
41+
/* GPU_VADP_EN */
42+
.gpu_vadp_en = {.gpio = GPU_VADP_EN, .function = GPIO_FUNC_HIGH, .flags = GPIO_OUTPUT_LOW, .power_domain = POWER_G3},
4343

4444
.gpio_fan = {.gpio = GPU_FAN_EN, .function = GPIO_FUNC_HIGH, .flags = GPIO_OUTPUT_LOW, .power_domain = POWER_S0},
4545

@@ -58,6 +58,6 @@ struct default_gpu_cfg gn22_gpu_cfg = {
5858
.custom_temp = {.idx = 2, .temp_fan_off = C_TO_K(47), .temp_fan_max = C_TO_K(62)},
5959

6060
.hdr8 = {.block_type = GPUCFG_TYPE_SUBSYS, .block_length = sizeof(struct gpu_subsys_serial)},
61-
.pcba_serial = {.gpu_subsys = GPU_PCB, .serial = {'F', 'R', 'A', 'K', 'H', 'Z', 'C', 'P', '4', '1',
61+
.pcba_serial = {.gpu_subsys = GPU_PCB, .serial = {'F', 'R', 'A', 'K', 'H', 'Z', 'C', 'P', 'A', '1',
6262
'5', '0', '0', 'P', 'C', 'B', '0', '0', '\0', '\0'},}
6363
};

0 commit comments

Comments
 (0)