Skip to content

Commit d2e3cb9

Browse files
committed
Merge tag 'imx-fixes-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
i.MX fixes for 4.9, 2nd round: It fixes a boot failure on imx53-qsb board with a DA9053 PMIC, which is caused by the regulator core change, commit fa93fd4 ("regulator: core: Ensure we are at least in bounds for our constraints"). * tag 'imx-fixes-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: dts: imx53-qsb: Fix regulator constraints Signed-off-by: Olof Johansson <[email protected]>
2 parents 52cad4b + e3c9d9d commit d2e3cb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

arch/arm/boot/dts/imx53-qsb.dts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
};
6565

6666
ldo3_reg: ldo3 {
67-
regulator-min-microvolt = <600000>;
68-
regulator-max-microvolt = <1800000>;
67+
regulator-min-microvolt = <1725000>;
68+
regulator-max-microvolt = <3300000>;
6969
regulator-always-on;
7070
};
7171

@@ -76,8 +76,8 @@
7676
};
7777

7878
ldo5_reg: ldo5 {
79-
regulator-min-microvolt = <1725000>;
80-
regulator-max-microvolt = <3300000>;
79+
regulator-min-microvolt = <1200000>;
80+
regulator-max-microvolt = <3600000>;
8181
regulator-always-on;
8282
};
8383

@@ -100,14 +100,14 @@
100100
};
101101

102102
ldo9_reg: ldo9 {
103-
regulator-min-microvolt = <1200000>;
103+
regulator-min-microvolt = <1250000>;
104104
regulator-max-microvolt = <3600000>;
105105
regulator-always-on;
106106
};
107107

108108
ldo10_reg: ldo10 {
109-
regulator-min-microvolt = <1250000>;
110-
regulator-max-microvolt = <3650000>;
109+
regulator-min-microvolt = <1200000>;
110+
regulator-max-microvolt = <3600000>;
111111
regulator-always-on;
112112
};
113113
};

0 commit comments

Comments
 (0)