Commit 01f965ce authored by Olliver Schinagl's avatar Olliver Schinagl Committed by Maxime Ripard

ARM: dts: sun7i: set proper lradc vref on OLinuXino Lime2

The lradc's analog reference voltage is set to 3.0 volt in the
hardware. This is more or less set in copper for at least lradc0. Set the
property in the dts to ensure the lradc is referenced properly.
Signed-off-by: default avatarOlliver Schinagl <oliver@schinagl.nl>
Signed-off-by: default avatarPriit Laes <plaes@plaes.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 382744d3
......@@ -154,6 +154,10 @@ eeprom: eeprom@50 {
};
};
&lradc {
vref-supply = <&reg_vcc3v0>;
};
&mmc0 {
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins_a>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment