diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2016-05-19 01:36:26 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-10 13:58:07 +0200 |
commit | fb515b8e384d8b1a46c664c1ff6c57fdf4dcbd6c (patch) | |
tree | 76f62d97d9026053a436cbe6322c5184acbe069f /arch/arm/boot/dts/am335x-bone-common.dtsi | |
parent | ARM: dts: omap3-gat04: Fix wifi handling (diff) | |
download | linux-fb515b8e384d8b1a46c664c1ff6c57fdf4dcbd6c.tar.xz linux-fb515b8e384d8b1a46c664c1ff6c57fdf4dcbd6c.zip |
ARM: dts: am335x: Update MPU regulator range for TI boards
Now that we are moving to OPPv2 bindings and able to add 1GHz OPP for
MPU, let's update the max MPU voltage range to align with the maximum
possible value allowed in the operating-points table, which is max
target voltage of 132500 uV + 2%.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-bone-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am335x-bone-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi index 0cc150b87b86..13133f3587b8 100644 --- a/arch/arm/boot/dts/am335x-bone-common.dtsi +++ b/arch/arm/boot/dts/am335x-bone-common.dtsi @@ -318,7 +318,7 @@ /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ regulator-name = "vdd_mpu"; regulator-min-microvolt = <925000>; - regulator-max-microvolt = <1325000>; + regulator-max-microvolt = <1351500>; regulator-boot-on; regulator-always-on; }; |