diff options
Diffstat (limited to 'src/mainboard/google/cherry/mainboard.c')
-rw-r--r-- | src/mainboard/google/cherry/mainboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/cherry/mainboard.c b/src/mainboard/google/cherry/mainboard.c index 76aa59b5bb..9cd0324d49 100644 --- a/src/mainboard/google/cherry/mainboard.c +++ b/src/mainboard/google/cherry/mainboard.c @@ -127,8 +127,8 @@ static void configure_sdcard(void) 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 */ |