diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2017-02-15 00:18:44 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-04-04 21:04:17 +0300 |
commit | 62158c6a9c5d2e5b62c6777b9fc1954fca1b7f59 (patch) | |
tree | ba098ef6fa14304c0658ae8fa86d0501cdd98a05 /arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | |
parent | 9503062d65f5636f41a5d59714f7a5c6844702ae (diff) | |
download | linux-62158c6a9c5d2e5b62c6777b9fc1954fca1b7f59.tar.xz |
ARM64: dts: meson-gxbb-odroidc2: Enable SARADC node
Now that 3adbf3427330 "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>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts index a8f1f8a00b51..54a9c6a6b392 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts @@ -267,6 +267,11 @@ status = "okay"; }; +&saradc { + status = "okay"; + vref-supply = <&vcc1v8>; +}; + /* SD */ &sd_emmc_b { status = "okay"; |