soc/mediatek/mt8192: pmic: add scp voltage initialization

Add scp voltage initialization.

BUG=none
BRANCH=none
TEST=boot asurada correctly

Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
Change-Id: I68302715ae804fed11bb54f4dfc4e90cde5224df
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49355
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
Hsin-Hsiung Wang 2021-01-12 21:29:48 +08:00 committed by Hung-Te Lin
parent 92e4ed1702
commit 8572e33e5c
1 changed files with 7 additions and 0 deletions

View File

@ -170,6 +170,13 @@ static const struct pmic_setting init_setting[] = {
{0x202C, 0x8, 0xC, 0}, {0x202C, 0x8, 0xC, 0},
{0x208C, 0x100, 0xF00, 0}, {0x208C, 0x100, 0xF00, 0},
{0x209C, 0x80, 0x1E0, 0}, {0x209C, 0x80, 0x1E0, 0},
/*
* BUCK_VGPU11_OP_MODE/CFG/EN
* Vreq setting for scp usage
*/
{0x15a0, 0x0, 0x1, 11},
{0x159a, 0x0, 0x1, 11},
{0x1594, 0x1, 0x1, 11},
}; };
static const struct pmic_setting lp_setting[] = { static const struct pmic_setting lp_setting[] = {