Rex-BC Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56437 )
Change subject: mb/google/cherry: change to call regulator interface for sd card driver ......................................................................
mb/google/cherry: change to call regulator interface for sd card driver
TEST=boot kernel from sd card pass on Cherry board.
Signed-off-by: Rex-BC Chen rex-bc.chen@mediatek.com Change-Id: Ic20a2f3f053130ded202cf5ec861450f0f18eed0 --- M src/mainboard/google/cherry/mainboard.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/56437/1
diff --git a/src/mainboard/google/cherry/mainboard.c b/src/mainboard/google/cherry/mainboard.c index 76aa59b..9cd0324 100644 --- a/src/mainboard/google/cherry/mainboard.c +++ b/src/mainboard/google/cherry/mainboard.c @@ -127,8 +127,8 @@
mtk_i2c_bus_init(7); mt6360_init(7); - mt6360_enable(MT6360_LDO3, 1); - mt6360_enable(MT6360_LDO5, 1); + mainboard_enable_regulator(MTK_REGULATOR_VCCQ, 1); + mainboard_enable_regulator(MTK_REGULATOR_VCC, 1); }
/* Set up backlight control pins as output pin and power-off by default */