Skip to content

Commit 841ed60

Browse files
committed
ARM: dts: exynos: Adjust buck[78] regulators to supported values on Arndale Octa
The datasheet of S2MPS11 PMIC is slightly non-consistent in buck[78] voltage regulators values. 1. The voltage tables for configuring their registers mention range of voltages: 0.750 V to 3.55 V, 2. The constrains in electrical specifications say output voltage range to be different (buck7: 1.2 V to 1.5 V, buck8: 1.8 V to 2.1 V). Adjust the ranges to match the electrical specifications to stay on the safe side. Anyway these regulators stay at default value so this should not have effect. Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent a19a209 commit 841ed60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,15 +723,15 @@
723723

724724
buck7_reg: BUCK7 {
725725
regulator-name = "VIN_LLDO_1V4";
726-
regulator-min-microvolt = <800000>;
726+
regulator-min-microvolt = <1200000>;
727727
regulator-max-microvolt = <1500000>;
728728
regulator-always-on;
729729
};
730730

731731
buck8_reg: BUCK8 {
732732
regulator-name = "VIN_MLDO_2V0";
733-
regulator-min-microvolt = <800000>;
734-
regulator-max-microvolt = <2000000>;
733+
regulator-min-microvolt = <1800000>;
734+
regulator-max-microvolt = <2100000>;
735735
regulator-always-on;
736736
};
737737

0 commit comments

Comments
 (0)