summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-power.c
diff options
context:
space:
mode:
authorFrank Chen <frankc@nvidia.com>2011-04-04 12:43:13 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:27 -0800
commitffba51f933c7b694f6d4ccfc2baee2f4d64239cf (patch)
tree8d0539e8f36649a72a8fbf6b376cd7e3e044b1da /arch/arm/mach-tegra/board-whistler-power.c
parent542885aed48f32d81d93cf4be7a8045c517f5ad6 (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> Rebase-Id: R6176d3e776bcedda6dd2e9d4e7aec60170cb5dc8
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-power.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-power.c5
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"),
};