From 3eed894418e2292f95603dd2b7e0c5980c8ae5c7 Mon Sep 17 00:00:00 2001 From: Greg Meiste Date: Fri, 28 May 2010 10:33:49 -0500 Subject: [PATCH] tegra: stingray: Temporarily set SW5 to boot_on 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 --- arch/arm/mach-tegra/board-stingray-spi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-tegra/board-stingray-spi.c b/arch/arm/mach-tegra/board-stingray-spi.c index 65800a6fefca..cd4a0dde0ee8 100644 --- 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), -- 2.34.1