From 21f62ce1a869fa1bc795413abbc96cf01eec1958 Mon Sep 17 00:00:00 2001 From: Gary King Date: Thu, 9 Sep 2010 20:01:08 -0700 Subject: [PATCH] [ARM] tegra: ventana: add ldo3 consumer for avdd_lvds Change-Id: If5e07b2eb62805a00426799184989fa290318f4a Signed-off-by: Gary King --- arch/arm/mach-tegra/board-ventana-power.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c index 745198bdf55c..e2c6f3349206 100644 --- a/arch/arm/mach-tegra/board-ventana-power.c +++ b/arch/arm/mach-tegra/board-ventana-power.c @@ -138,6 +138,7 @@ static struct regulator_consumer_supply tps658621_ldo2_supply[] = { static struct regulator_consumer_supply tps658621_ldo3_supply[] = { REGULATOR_SUPPLY("avdd_usb", NULL), REGULATOR_SUPPLY("avdd_usb_pll", NULL), + REGULATOR_SUPPLY("avdd_lvds", NULL), }; static struct regulator_consumer_supply tps658621_ldo4_supply[] = { REGULATOR_SUPPLY("avdd_osc", NULL), -- 2.34.1