diff options
author | Frank Chen <frankc@nvidia.com> | 2011-04-04 12:43:13 -0700 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-04-11 11:10:37 -0700 |
commit | f994ecd2aef906490a935edc9711d51ab49209ec (patch) | |
tree | 1d9d6e77966083984b35c19b4158d0d682fdfe0c /arch/arm/mach-tegra/board-whistler-power.c | |
parent | d50a05a3d7609b2fde866d0c02e732fa718a42b5 (diff) |
ARM: tegra: whistler: Update ov5650 driver
- Set vddio_vi voltage to 1.8v
- Enable vddio_mipi regulator
- Adjust camera power on sequence
- Update copyright info
Bug 783488
Change-Id: If5d61879a33131d4b5f99cf232d0b246f0524e2e
Reviewed-on: http://git-master/r/26618
Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
Tested-by: Daniel Willemsen <dwillemsen@nvidia.com>
Tested-by: Frank Chen <frankc@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-power.c')
-rw-r--r-- | arch/arm/mach-tegra/board-whistler-power.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-power.c b/arch/arm/mach-tegra/board-whistler-power.c index 901e28325d38..425a5e6d8828 100644 --- a/arch/arm/mach-tegra/board-whistler-power.c +++ b/arch/arm/mach-tegra/board-whistler-power.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 NVIDIA, Inc. + * Copyright (C) 2010-2011 NVIDIA, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -36,7 +36,7 @@ #include "board.h" #define PMC_CTRL 0x0 - #define PMC_CTRL_INTR_LOW (1 << 17) +#define PMC_CTRL_INTR_LOW (1 << 17) static struct regulator_consumer_supply max8907c_SD1_supply[] = { REGULATOR_SUPPLY("vdd_cpu", NULL), @@ -122,6 +122,7 @@ static struct regulator_consumer_supply max8907c_LDO17_supply[] = { }; static struct regulator_consumer_supply max8907c_LDO18_supply[] = { + REGULATOR_SUPPLY("vddio_vi", NULL), REGULATOR_SUPPLY("vcsi", "tegra_camera"), }; |