diff options
author | Anshul Jain <anshulj@nvidia.com> | 2013-07-01 21:20:53 -0700 |
---|---|---|
committer | Anshul Jain (SW) <anshulj@nvidia.com> | 2013-07-02 14:37:51 -0700 |
commit | facc6aab42a9fb53c40be28ef8afd81d54667180 (patch) | |
tree | 98e1911fca4c7a9450d2b9572e8d39731af7af99 | |
parent | 65852c8cbaf89a0dbc4047581feccd6aaddb8bcf (diff) |
arm: tegra: roth: Enable FAST init mode for smps9daily-2013.07.29.2_rel-roth-mp-3-partnerdaily-2013.07.29.1_rel-roth-mp-3-partnerdaily-2013.07.29.0_rel-roth-mp-3-partnerdaily-2013.07.26.1_rel-roth-mp-3-partnerdaily-2013.07.26.0_rel-roth-mp-3-partner
Bug 1315200
Change-Id: If1bfc2a17d302f10b4d5439fa5e1ba5914b2fcc5
Signed-off-by: Anshul Jain <anshulj@nvidia.com>
Reviewed-on: http://git-master/r/244113
Reviewed-by: Tao Xie <txie@nvidia.com>
Tested-by: Tao Xie <txie@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/board-roth-power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-roth-power.c b/arch/arm/mach-tegra/board-roth-power.c index 95186fa69967..3465a17daacf 100644 --- a/arch/arm/mach-tegra/board-roth-power.c +++ b/arch/arm/mach-tegra/board-roth-power.c @@ -328,7 +328,7 @@ PALMAS_PDATA_INIT(smps3, 1800, 1800, NULL, 0, 0, 0, NORMAL, 0); PALMAS_PDATA_INIT(smps45, 900, 1400, NULL, 1, 1, 0, 0, 0); PALMAS_PDATA_INIT(smps457, 900, 1400, NULL, 1, 1, 0, 0, 0); PALMAS_PDATA_INIT(smps8, 1050, 1050, NULL, 1, 1, 1, NORMAL, 0); -PALMAS_PDATA_INIT(smps9, 2800, 2800, NULL, 0, 0, 0, NORMAL, 0); +PALMAS_PDATA_INIT(smps9, 2800, 2800, NULL, 0, 0, 0, FAST, 0); PALMAS_PDATA_INIT(smps10, 5000, 5000, NULL, 0, 0, 0, 0, 0); PALMAS_PDATA_INIT(ldo2, 2800, 2800, NULL, 0, 0, 1, 0, 0); PALMAS_PDATA_INIT(ldo3, 1200, 1200, NULL, 1, 1, 1, 0, 0); |