diff options
author | 2021-03-02 15:09:55 +0300 | |
---|---|---|
committer | 2021-03-24 16:07:37 +0100 | |
commit | 30e243fc17a0e7f206f465c6c42bc6613c8b1288 (patch) | |
tree | dde959429dec63a6aa75e135b07edc84659cb32a | |
parent | ARM: tegra: paz00: Enable full voltage scaling ranges for CPU and Core domains (diff) | |
download | linux-dev-30e243fc17a0e7f206f465c6c42bc6613c8b1288.tar.xz linux-dev-30e243fc17a0e7f206f465c6c42bc6613c8b1288.zip |
ARM: tegra: acer-a500: Enable core voltage scaling
Allow lower core voltages on Acer A500.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts index d3b99535d755..719da992fdaf 100644 --- a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts +++ b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts @@ -575,7 +575,7 @@ vdd_core: sm0 { regulator-name = "vdd_sm0,vdd_core"; - regulator-min-microvolt = <1200000>; + regulator-min-microvolt = <950000>; regulator-max-microvolt = <1300000>; regulator-coupled-with = <&rtc_vdd &vdd_cpu>; regulator-coupled-max-spread = <170000 550000>; @@ -616,7 +616,7 @@ rtc_vdd: ldo2 { regulator-name = "vdd_ldo2,vdd_rtc"; - regulator-min-microvolt = <1200000>; + regulator-min-microvolt = <950000>; regulator-max-microvolt = <1300000>; regulator-coupled-with = <&vdd_core &vdd_cpu>; regulator-coupled-max-spread = <170000 550000>; |