Commit 62158c6a authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Kevin Hilman

ARM64: dts: meson-gxbb-odroidc2: Enable SARADC node

Now that 3adbf342 "iio: adc: add a driver for the SAR ADC found in
Amlogic Meson SoCs" has added support for the ADC, let's enable it
on Odroid C2.
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 9503062d
......@@ -267,6 +267,11 @@ &usb1 {
status = "okay";
};
&saradc {
status = "okay";
vref-supply = <&vcc1v8>;
};
/* SD */
&sd_emmc_b {
status = "okay";
......
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