ARM: dts: i.MX51: digi-connectcore-som: Update PMIC voltages
authorAlexander Shiyan <eagle.alexander923@gmail.com>
Wed, 20 Apr 2022 08:12:04 +0000 (11:12 +0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Apr 2022 01:16:56 +0000 (09:16 +0800)
This patch updates the PMIC voltages according to the module's
datasheet to match both commercial and industrial variants of the module.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi

index 20e89cc4c83894b95a32c43aeca2a7badebd2ce9..04a47200fc73dc13bdb93951da0649243326a9fa 100644 (file)
 
                regulators {
                        sw1_reg: sw1 {
-                               regulator-min-microvolt = <1000000>;
+                               regulator-min-microvolt = <1050000>;
                                regulator-max-microvolt = <1100000>;
                                regulator-boot-on;
                                regulator-always-on;
                        };
 
                        sw2_reg: sw2 {
-                               regulator-min-microvolt = <1225000>;
-                               regulator-max-microvolt = <1225000>;
+                               regulator-min-microvolt = <1175000>;
+                               regulator-max-microvolt = <1275000>;
                                regulator-boot-on;
                                regulator-always-on;
                        };
 
                        sw3_reg: sw3 {
-                               regulator-min-microvolt = <1200000>;
-                               regulator-max-microvolt = <1200000>;
+                               regulator-min-microvolt = <1150000>;
+                               regulator-max-microvolt = <1350000>;
                                regulator-boot-on;
                                regulator-always-on;
                        };