arm64: dts: imx8mm-kontron: Set lower limit of VDD_SNVS to 800 mV
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Fri, 15 Oct 2021 12:48:37 +0000 (14:48 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 16 Oct 2021 07:29:51 +0000 (15:29 +0800)
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: 8668d8b2e67f ("arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards")
Cc: stable@vger.kernel.org
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi

index 7cf60c1..42bbbb3 100644 (file)
 
                        reg_vdd_snvs: LDO2 {
                                regulator-name = "ldo2";
-                               regulator-min-microvolt = <850000>;
+                               regulator-min-microvolt = <800000>;
                                regulator-max-microvolt = <900000>;
                                regulator-boot-on;
                                regulator-always-on;