Skip to content

Commit 30082e7

Browse files
committed
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 <[email protected]>
1 parent 34dc822 commit 30082e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/exynos5420-arndale-octa.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@
504504

505505
ldo23_reg: LDO23 {
506506
regulator-name = "PVDD_MIFS_1V1";
507-
regulator-min-microvolt = <1200000>;
508-
regulator-max-microvolt = <1200000>;
507+
regulator-min-microvolt = <800000>;
508+
regulator-max-microvolt = <1100000>;
509509
regulator-always-on;
510510
};
511511

@@ -530,8 +530,8 @@
530530

531531
ldo27_reg: LDO27 {
532532
regulator-name = "PVDD_G3DS_1V0";
533-
regulator-min-microvolt = <1200000>;
534-
regulator-max-microvolt = <1200000>;
533+
regulator-min-microvolt = <800000>;
534+
regulator-max-microvolt = <1100000>;
535535
};
536536

537537
ldo28_reg: LDO28 {

0 commit comments

Comments
 (0)