projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb0e2f
)
tegra: stingray: Temporarily set SW5 to boot_on
author
Greg Meiste
<w30289@motorola.com>
Fri, 28 May 2010 15:33:49 +0000
(10:33 -0500)
committer
Colin Cross
<ccross@android.com>
Wed, 6 Oct 2010 23:33:02 +0000
(16:33 -0700)
On M1 hardware, SW5 still powers VUSB. On later hardware, SW5 will be
NC. The VUSB regulator will no longer have its parent supply set to SW5.
Change-Id: Ic0b8ede4f5547201986c73e2e7f9dbd33d5af379
Signed-off-by: Greg Meiste <w30289@motorola.com>
arch/arm/mach-tegra/board-stingray-spi.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/board-stingray-spi.c
b/arch/arm/mach-tegra/board-stingray-spi.c
index 65800a6fefcabfdbdde4127354fe4334596f5a5b..cd4a0dde0ee8479cea44725b587f3ccaed4e13f9 100644
(file)
--- a/
arch/arm/mach-tegra/board-stingray-spi.c
+++ b/
arch/arm/mach-tegra/board-stingray-spi.c
@@
-324,6
+324,7
@@
static struct regulator_init_data cpcap_regulator[CPCAP_NUM_REGULATORS] = {
.min_uV = 5050000,
.max_uV = 5050000,
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
+ .boot_on = 1, /* Temporary for M1 */
.apply_uV = 1,
},
.num_consumer_supplies = ARRAY_SIZE(cpcap_sw5_consumers),