From f16614d48a3025789df16d1d060efd581933f198 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Fri, 27 Apr 2012 22:45:38 +0530 Subject: ARM: tegra: enterprise: register supply regulator before child regulator LDO3 has the input from the VIO output and hence VIO should be register before LDO3 for regulator registration. bug 976254 Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/99446 Change-Id: I6771af3e7eb93886e974695ab3550cdf8ebc52c4 Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/100262 Reviewed-by: Automatic_Commit_Validation_User --- arch/arm/mach-tegra/board-enterprise-power.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/mach-tegra/board-enterprise-power.c b/arch/arm/mach-tegra/board-enterprise-power.c index c17c3eaf5cfa..92387886ed89 100644 --- a/arch/arm/mach-tegra/board-enterprise-power.c +++ b/arch/arm/mach-tegra/board-enterprise-power.c @@ -374,8 +374,8 @@ static struct tps80031_bg_platform_data battery_gauge_data = { static struct tps80031_subdev_info tps80031_devs_a02[] = { - TPS80031_DEVS_COMMON, TPS_REG(VIO, vio, a02), + TPS80031_DEVS_COMMON, TPS_REG(SMPS4, smps4, a02), TPS_REG(LDO1, ldo1, a02), TPS_REG(LDO4, ldo4, a02), @@ -387,8 +387,8 @@ static struct tps80031_subdev_info tps80031_devs_a02[] = { }; static struct tps80031_subdev_info tps80031_devs_a03[] = { - TPS80031_DEVS_COMMON, TPS_REG(VIO, vio, a03), + TPS80031_DEVS_COMMON, TPS_REG(SMPS4, smps4, a03), TPS_REG(LDO1, ldo1, a03), TPS_REG(LDO4, ldo4, a03), -- cgit v1.2.3