diff options
-rw-r--r-- | arch/arm/mach-tegra/board-ventana-power.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c index 6dd1da3c390c..4d7069c61c66 100644 --- a/arch/arm/mach-tegra/board-ventana-power.c +++ b/arch/arm/mach-tegra/board-ventana-power.c @@ -89,6 +89,7 @@ static struct regulator_consumer_supply tps658621_ldo5_supply[] = { static struct regulator_consumer_supply tps658621_ldo6_supply[] = { REGULATOR_SUPPLY("vdd_ldo6", NULL), REGULATOR_SUPPLY("vcsi", "tegra_camera"), + REGULATOR_SUPPLY("vmic", "soc-audio"), }; static struct regulator_consumer_supply tps658621_ldo7_supply[] = { REGULATOR_SUPPLY("vdd_ldo7", NULL), |