From 9df307fac1a0b322f9e8e4fedba9185aaa5349ea Mon Sep 17 00:00:00 2001 From: James Wylder Date: Thu, 9 Sep 2010 09:31:46 -0500 Subject: [PATCH] [ARM] tegra: stingray: adjust vdd_cpu regulator voltage range Because of changes in the regulator used, the the parts for stingray have a real voltage range of 0.77 V to 1.40 V. This is contrary to what is specified in the current datasheets but has been verified by the supplier. Change-Id: I328e9570734c3523cc7ff791e14f7280b2982858 Signed-off-by: James Wylder Signed-off-by: Rebecca Schultz Zavin --- arch/arm/mach-tegra/board-stingray-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-stingray-power.c b/arch/arm/mach-tegra/board-stingray-power.c index 29218da489fa..d3d9deb88a7b 100644 --- a/arch/arm/mach-tegra/board-stingray-power.c +++ b/arch/arm/mach-tegra/board-stingray-power.c @@ -632,7 +632,7 @@ struct regulator_consumer_supply max8649_consumers[] = { struct regulator_init_data max8649_regulator_init_data[] = { { .constraints = { - .min_uV = 750000, + .min_uV = 770000, .max_uV = 1100000, .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE, .always_on = 1, -- 2.34.1