From: James Wylder Date: Thu, 9 Sep 2010 14:31:46 +0000 (-0500) Subject: [ARM] tegra: stingray: adjust vdd_cpu regulator voltage range X-Git-Tag: firefly_0821_release~9834^2~477 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9df307fac1a0b322f9e8e4fedba9185aaa5349ea;p=firefly-linux-kernel-4.4.55.git [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 --- 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,