From: Vaibhav Hiremath <hvaib...@ti.com>

With recent changes happened in OMAP2/3 DSS library for regulator interface, it
is required to define DSI regulator supply, and since we don't need VDVI
supply so remove it.

Signed-off-by: Vaibhav Hiremath <hvaib...@ti.com>
Acked-by: Tomi Valkeinen <tomi.valkei...@nokia.com>
---
 arch/arm/mach-omap2/board-omap3evm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap3evm.c 
b/arch/arm/mach-omap2/board-omap3evm.c
index 017bb2f..ea1014b 100644
--- a/arch/arm/mach-omap2/board-omap3evm.c
+++ b/arch/arm/mach-omap2/board-omap3evm.c
@@ -515,8 +515,8 @@ static struct regulator_init_data omap3_evm_vdac = {

 /* VPLL2 for digital video outputs */
 static struct regulator_consumer_supply omap3_evm_vpll2_supply = {
-       .supply         = "vdvi",
-       .dev            = &omap3_evm_lcd_device.dev,
+       .supply         = "vdds_dsi",
+       .dev            = &omap3_evm_dss_device.dev,
 };

 static struct regulator_init_data omap3_evm_vpll2 = {
--
1.6.2.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to