Skip to content

Commit ad5d7a5

Browse files
committed
Merge tag 'imx-fixes-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
i.MX fixes for 5.6, round 2: - Fix minimum voltage setting of vdd_arm and vdd_soc on i.MX6 phycore-som board. * tag 'imx-fixes-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage Link: https://lore.kernel.org/r/20200316032555.GD17221@dragon Signed-off-by: Arnd Bergmann <[email protected]>
2 parents d2687b8 + 636b45b commit ad5d7a5

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)