diff options
author | Frank Chen <frankc@nvidia.com> | 2013-11-04 11:43:26 -0800 |
---|---|---|
committer | Sachin Nikam <snikam@nvidia.com> | 2013-11-13 03:18:16 -0800 |
commit | a4125eb4d3c58668af62d327107ade92a6fb00fc (patch) | |
tree | cb8cfcc842181b2f85023824796e18cfe04922d3 /arch/arm/mach-tegra/board-loki-power.c | |
parent | 688b03f65a57c9ebbc6d27243c2aa4519b13330b (diff) |
ARM: tegra12: OV7695 sensor bring up for Loki
- Enable PBB3 and PBB6 GPIO
- Add regulator name for OV7695
- Update Loki board file
Bug 1327952
Change-Id: Ib3a0b47336305e76af29fbc553800f184939f05c
Signed-off-by: Frank Chen <frankc@nvidia.com>
Reviewed-on: http://git-master/r/329302
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Tested-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-loki-power.c')
-rw-r--r-- | arch/arm/mach-tegra/board-loki-power.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-loki-power.c b/arch/arm/mach-tegra/board-loki-power.c index 1ce7c3fd3f7f..fd7a6e633aef 100644 --- a/arch/arm/mach-tegra/board-loki-power.c +++ b/arch/arm/mach-tegra/board-loki-power.c @@ -103,6 +103,7 @@ static struct regulator_consumer_supply palmas_smps8_supply[] = { REGULATOR_SUPPLY("vid", "0-000c"), REGULATOR_SUPPLY("vddio", "0-0077"), REGULATOR_SUPPLY("vif", "2-0048"), + REGULATOR_SUPPLY("vif2", "2-0021"), }; static struct regulator_consumer_supply palmas_smps9_supply[] = { @@ -142,8 +143,7 @@ static struct regulator_consumer_supply palmas_ldo2_supply[] = { static struct regulator_consumer_supply palmas_ldo3_supply[] = { REGULATOR_SUPPLY("avdd_dsi_csi", "tegradc.0"), REGULATOR_SUPPLY("avdd_dsi_csi", "tegradc.1"), - REGULATOR_SUPPLY("avdd_dsi_csi", "vi.0"), - REGULATOR_SUPPLY("avdd_dsi_csi", "vi.1"), + REGULATOR_SUPPLY("avdd_dsi_csi", "vi"), REGULATOR_SUPPLY("vddio_hsic", "tegra-ehci.1"), REGULATOR_SUPPLY("vddio_hsic", "tegra-ehci.2"), REGULATOR_SUPPLY("vddio_hsic", "tegra-xhci"), @@ -163,6 +163,7 @@ static struct regulator_consumer_supply palmas_ldo6_supply[] = { REGULATOR_SUPPLY("vdd", "0-0077"), REGULATOR_SUPPLY("vdd", "0-004c"), REGULATOR_SUPPLY("vdd", "0-0068"), + REGULATOR_SUPPLY("vana", "2-0021"), }; static struct regulator_consumer_supply palmas_ldo8_supply[] = { |