Skip to content

Commit

Permalink
ns50mu: set IccMax to the correct value
Browse files Browse the repository at this point in the history
55 * 4 = 220.

Change-Id: I3032d2d7d8df16b7f132386ac103df13a02487ca
Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Dec 11, 2023
1 parent 73ebb2b commit 1f26f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainboard/clevo/tgl-u/variants/ns50mu/ramstage.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void variant_configure_fsps(FSP_S_CONFIG *params)
*/
params->AcLoadline[0] = 200;
params->DcLoadline[0] = 200;
params->IccMax[0] = 154;
params->IccMax[0] = 220;
}

void variant_init(void)
Expand Down

0 comments on commit 1f26f29

Please sign in to comment.