Skip to content

Commit 256a24e

Browse files
fschrempfShawn Guo
authored andcommitted
arm64: dts: imx8mm-kontron: Set lower limit of VDD_SNVS to 800 mV
According to the datasheet the typical value for VDD_SNVS should be 800 mV, so let's make sure that this is within the range of the regulator. Fixes: 8668d8b ("arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards") Cc: [email protected] Signed-off-by: Frieder Schrempf <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 82a4f32 commit 256a24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
reg_vdd_snvs: LDO2 {
154154
regulator-name = "ldo2";
155-
regulator-min-microvolt = <850000>;
155+
regulator-min-microvolt = <800000>;
156156
regulator-max-microvolt = <900000>;
157157
regulator-boot-on;
158158
regulator-always-on;

0 commit comments

Comments
 (0)