diff options
author | 2022-04-20 11:12:04 +0300 | |
---|---|---|
committer | 2022-04-26 09:16:56 +0800 | |
commit | 12f9fa8880f2309abc0d344a19590c9e00b3ae91 (patch) | |
tree | 2764f0322b485cbd29ffb265c55a258873c48cfa | |
parent | ARM: dts: i.MX51: digi-connectcore-som: Remove unused regulators (diff) | |
download | linux-dev-12f9fa8880f2309abc0d344a19590c9e00b3ae91.tar.xz linux-dev-12f9fa8880f2309abc0d344a19590c9e00b3ae91.zip |
ARM: dts: i.MX51: digi-connectcore-som: Update PMIC voltages
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>
-rw-r--r-- | arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi b/arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi index 20e89cc4c838..04a47200fc73 100644 --- a/arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi +++ b/arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi @@ -34,22 +34,22 @@ 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; }; |