Skip to content

Commit e353b32

Browse files
aford173Shawn Guo
authored andcommitted
arm64: dts: imx8mm-beacon: Fix voltages on LDO1 and LDO2
LDO1 and LDO2 settings are wrong and case the voltage to go above the maximum level of 2.15V permitted by the SoC to 3.0V. This patch is based on work done on the i.MX8M Mini-EVK which utilizes the same fix. Fixes: 593816f ("arm64: dts: imx: Add Beacon i.MX8m-Mini development kit") Signed-off-by: Adam Ford <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent cfb12c8 commit e353b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi

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

137137
ldo1_reg: LDO1 {
138138
regulator-name = "LDO1";
139-
regulator-min-microvolt = <3000000>;
139+
regulator-min-microvolt = <1600000>;
140140
regulator-max-microvolt = <3300000>;
141141
regulator-boot-on;
142142
regulator-always-on;
143143
};
144144

145145
ldo2_reg: LDO2 {
146146
regulator-name = "LDO2";
147-
regulator-min-microvolt = <900000>;
147+
regulator-min-microvolt = <800000>;
148148
regulator-max-microvolt = <900000>;
149149
regulator-boot-on;
150150
regulator-always-on;

0 commit comments

Comments
 (0)