mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
gru/kevin: Decrease voltage for little cpu 1.5G to 1.15v
In kernel side we set 1.1v for 1.5G, even for coreboot RO,
a higher voltage could be safer, 1.2v now seems too high.
BRANCH=none
BUG=chrome-os-partner:56948
TEST=bootup
Change-Id: I852e0d532369aad51b12770e2efb01aacf6662ce
Signed-off-by: Martin Roth <martinroth@chromium.org>
Original-Commit-Id: 000b5c0993
Original-Change-Id: Iecc620deee553c61a330353ac160aa3a36f516df
Original-Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/380896
Original-Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/16583
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
03cd118025
commit
386f084f97
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void bootblock_mainboard_early_init(void)
|
|||
|
||||
static void speed_up_boot_cpu(void)
|
||||
{
|
||||
pwm_regulator_configure(PWM_REGULATOR_LIT, 1200);
|
||||
pwm_regulator_configure(PWM_REGULATOR_LIT, 1150);
|
||||
|
||||
udelay(200);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue