Skip to content

Commit cfb12c8

Browse files
Robin GongShawn Guo
authored andcommitted
arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range
Correct ldo1 voltage range from wrong high group(3.0V~3.3V) to low group (1.6V~1.9V) because the ldo1 should be 1.8V. Actually, two voltage groups have been supported at bd718x7-regulator driver, hence, just corrrect the voltage range to 1.6V~3.3V. For [email protected], correct voltage range too. Otherwise, ldo1 would be kept @3.0V and [email protected] which violate i.mx8mn datasheet as the below warning log in kernel: [ 0.995524] LDO1: Bringing 1800000uV into 3000000-3000000uV [ 0.999196] LDO2: Bringing 800000uV into 900000-900000uV Fixes: 3e44dd0 ("arm64: dts: imx8mn-ddr4-evk: Add rohm,bd71847 PMIC support") Cc: [email protected] Signed-off-by: Robin Gong <[email protected]> Reviewed-by: Dong Aisheng <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 4fd6b57 commit cfb12c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@
113113

114114
ldo1_reg: LDO1 {
115115
regulator-name = "LDO1";
116-
regulator-min-microvolt = <3000000>;
116+
regulator-min-microvolt = <1600000>;
117117
regulator-max-microvolt = <3300000>;
118118
regulator-boot-on;
119119
regulator-always-on;
120120
};
121121

122122
ldo2_reg: LDO2 {
123123
regulator-name = "LDO2";
124-
regulator-min-microvolt = <900000>;
124+
regulator-min-microvolt = <800000>;
125125
regulator-max-microvolt = <900000>;
126126
regulator-boot-on;
127127
regulator-always-on;

0 commit comments

Comments
 (0)