Skip to content

Commit

Permalink
arm64: dts: imx8mm-kontron: Set lower limit of VDD_SNVS to 800 mV
Browse files Browse the repository at this point in the history
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: stable@vger.kernel.org
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
fschrempf authored and Shawn Guo committed Oct 16, 2021
1 parent 82a4f32 commit 256a24e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@

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;
Expand Down

0 comments on commit 256a24e

Please sign in to comment.