diff options
author | Andrew F. Davis <afd@ti.com> | 2016-10-07 17:44:24 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-18 18:05:43 +0300 |
commit | a59c2238d62b079c7ba9b072dcc258f274950542 (patch) | |
tree | c459510ee7d53dfe72f8262c9498670c92971d77 /arch/arm/boot/dts/am335x-icev2.dts | |
parent | 722cb0fa07918bf0c77cb05b9cf52d7ee0ca8b5c (diff) | |
download | linux-a59c2238d62b079c7ba9b072dcc258f274950542.tar.xz |
ARM: dts: am335x-icev2: Add ADC support
7 of the 8 ADC inputs on the am335x are connected to the Industrial I/O
header, add this here.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-icev2.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-icev2.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts index fa3f5dc4ffa0..1463df3b5b19 100644 --- a/arch/arm/boot/dts/am335x-icev2.dts +++ b/arch/arm/boot/dts/am335x-icev2.dts @@ -244,6 +244,13 @@ }; }; +&tscadc { + status = "okay"; + adc { + ti,adc-channels = <1 2 3 4 5 6 7>; + }; +}; + #include "tps65910.dtsi" &tps { |