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

Now that 3adbf34273 "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: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Heiner Kallweit 2017-02-14 22:18:44 +01:00 committed by Kevin Hilman
parent 9503062d65
commit 62158c6a9c
1 changed files with 5 additions and 0 deletions

View File

@ -267,6 +267,11 @@
status = "okay"; status = "okay";
}; };
&saradc {
status = "okay";
vref-supply = <&vcc1v8>;
};
/* SD */ /* SD */
&sd_emmc_b { &sd_emmc_b {
status = "okay"; status = "okay";