Skip to content

Commit 636b45b

Browse files
Marco FelschShawn Guo
authored andcommitted
ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage
The current set minimum voltage of 730000µV seems to be wrong. I don't know the document which specifies that but the imx6qdl datasheets says that the minimum voltage should be 0.925V for VDD_ARM (LDO bypassed, lowest opp) and 1.15V for VDD_SOC (LDO bypassed, lowest opp). Fixes: ddec5d1 ("ARM: dts: imx6: Add initial support for phyCORE-i.MX 6 SOM") Signed-off-by: Marco Felsch <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent f10e58a commit 636b45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112
regulators {
113113
vdd_arm: buck1 {
114114
regulator-name = "vdd_arm";
115-
regulator-min-microvolt = <730000>;
115+
regulator-min-microvolt = <925000>;
116116
regulator-max-microvolt = <1380000>;
117117
regulator-initial-mode = <DA9063_BUCK_MODE_SYNC>;
118118
regulator-always-on;
119119
};
120120

121121
vdd_soc: buck2 {
122122
regulator-name = "vdd_soc";
123-
regulator-min-microvolt = <730000>;
123+
regulator-min-microvolt = <1150000>;
124124
regulator-max-microvolt = <1380000>;
125125
regulator-initial-mode = <DA9063_BUCK_MODE_SYNC>;
126126
regulator-always-on;

0 commit comments

Comments
 (0)