From: Gary King Date: Fri, 10 Sep 2010 03:01:08 +0000 (-0700) Subject: [ARM] tegra: ventana: add ldo3 consumer for avdd_lvds X-Git-Tag: firefly_0821_release~9833^2~157^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=21f62ce1a869fa1bc795413abbc96cf01eec1958;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: ventana: add ldo3 consumer for avdd_lvds Change-Id: If5e07b2eb62805a00426799184989fa290318f4a Signed-off-by: Gary King --- 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),