Skip to content
Snippets Groups Projects
Commit 605e0a34 authored by Frieder Schrempf's avatar Frieder Schrempf
Browse files

arm64: dts: imx8mm-kontron: Set VDD_SNVS to 800 mV


According to the datasheet VDD_SNVS should be 800 mV, so let's
make sure that the voltage won't be different.

Signed-off-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
parent a3223e2a
No related branches found
No related tags found
No related merge requests found
......@@ -152,8 +152,8 @@ reg_nvcc_snvs: LDO1 {
reg_vdd_snvs: LDO2 {
regulator-name = "ldo2";
regulator-min-microvolt = <850000>;
regulator-max-microvolt = <900000>;
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <800000>;
regulator-boot-on;
regulator-always-on;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment