Skip to content

Commit a19a209

Browse files
committed
ARM: dts: exynos: Adjust buck[78] regulators to supported values on Odroid XU3 family
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. Also change the name of regulators to match reality. Anyway these regulators stay at default value so this should not have effect. Reported-by: Anand Moon <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 8386e6a commit a19a209

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arm/boot/dts/exynos5422-odroid-core.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -551,17 +551,17 @@
551551
};
552552

553553
buck7_reg: BUCK7 {
554-
regulator-name = "vdd_1.0v_ldo";
555-
regulator-min-microvolt = <800000>;
554+
regulator-name = "vdd_1.35v_ldo";
555+
regulator-min-microvolt = <1200000>;
556556
regulator-max-microvolt = <1500000>;
557557
regulator-always-on;
558558
regulator-boot-on;
559559
};
560560

561561
buck8_reg: BUCK8 {
562-
regulator-name = "vdd_1.8v_ldo";
563-
regulator-min-microvolt = <800000>;
564-
regulator-max-microvolt = <2000000>;
562+
regulator-name = "vdd_2.0v_ldo";
563+
regulator-min-microvolt = <1800000>;
564+
regulator-max-microvolt = <2100000>;
565565
regulator-always-on;
566566
regulator-boot-on;
567567
};

0 commit comments

Comments
 (0)