diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2021-10-15 15:48:37 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-10-16 10:29:51 +0300 |
commit | 256a24eba7f897c817fb0103dac73467d3789202 (patch) | |
tree | 3dde71e1c9799b7c598ff0eb680aa2e34874c199 /arch/arm64 | |
parent | 82a4f329b133ad0de66bee12c0be5c67bb8aa188 (diff) | |
download | linux-256a24eba7f897c817fb0103dac73467d3789202.tar.xz |
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: 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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi index 7cf60c17c29b..42bbbb3f532b 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi @@ -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; |