summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos5420-arndale-octa.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-03-09 16:00:37 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2019-03-19 22:05:56 +0100
commit30082e7b3513ff6e8a6d5e97d72af7074bb767ee (patch)
tree9f964ad2e2588e3ca595217ef4949b37c36788db /arch/arm/boot/dts/exynos5420-arndale-octa.dts
parent34dc82257488ccbdfb6ecdd087b3c8b371e03ee3 (diff)
ARM: dts: exynos: Adjust ldo23 and ldo27 to lower levels on Arndale Octa
Although on the schematics of Insignal Arndale Octa board the PVDD_MIFS_1V1 (ldo23) and PVDD_G3DS_1V0 (ldo27) are marked as 1.2 V, the vendor v3.4 Android kernel sets them lower. Also name suggests that they should work on 1.1 V and 1.0 V respectively, not 1.2 V. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos5420-arndale-octa.dts')
-rw-r--r--arch/arm/boot/dts/exynos5420-arndale-octa.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
index d3e024560db4..b12286d545b6 100644
--- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts
+++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
@@ -504,8 +504,8 @@
ldo23_reg: LDO23 {
regulator-name = "PVDD_MIFS_1V1";
- regulator-min-microvolt = <1200000>;
- regulator-max-microvolt = <1200000>;
+ regulator-min-microvolt = <800000>;
+ regulator-max-microvolt = <1100000>;
regulator-always-on;
};
@@ -530,8 +530,8 @@
ldo27_reg: LDO27 {
regulator-name = "PVDD_G3DS_1V0";
- regulator-min-microvolt = <1200000>;
- regulator-max-microvolt = <1200000>;
+ regulator-min-microvolt = <800000>;
+ regulator-max-microvolt = <1100000>;
};
ldo28_reg: LDO28 {