diff options
author | Anshul Jain <anshulj@nvidia.com> | 2013-08-03 00:11:34 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 13:41:01 -0700 |
commit | 91132fe9e5d40d54e2329be0a2550d04928f9318 (patch) | |
tree | 0a4a3140d5d96c03a073a62c612c9a85ebf00ba2 /arch/arm/mach-tegra/board-loki-power.c | |
parent | 57bc62f137fc71e776b4955f9e681c013a287986 (diff) |
arm: tegra: loki: Enable NCT72 config
This change enables NCT72 config.
Change-Id: Ib3a45bd8445e30c8cf56f1f941a58d7008a81a1f
Signed-off-by: Anshul Jain <anshulj@nvidia.com>
Reviewed-on: http://git-master/r/261279
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Raymond Poudrier <rapoudrier@nvidia.com>
Tested-by: Raymond Poudrier <rapoudrier@nvidia.com>
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-loki-power.c')
-rw-r--r-- | arch/arm/mach-tegra/board-loki-power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-loki-power.c b/arch/arm/mach-tegra/board-loki-power.c index 0c1f6000aabf..64d6f59f1d2e 100644 --- a/arch/arm/mach-tegra/board-loki-power.c +++ b/arch/arm/mach-tegra/board-loki-power.c @@ -148,7 +148,7 @@ static struct regulator_consumer_supply palmas_ldo6_supply[] = { REGULATOR_SUPPLY("vdd_snsr", NULL), REGULATOR_SUPPLY("vdd", "0-000c"), REGULATOR_SUPPLY("vdd", "0-0077"), - REGULATOR_SUPPLY("vdd", "1-004c"), + REGULATOR_SUPPLY("vdd", "0-004c"), }; static struct regulator_consumer_supply palmas_ldo8_supply[] = { |