From: Enric Balletbo i Serra Date: Wed, 6 Jun 2018 15:54:13 +0000 (+0200) Subject: ARM: dts: am335x-sl50: enable tsadc on SL50 board X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5e2e1c4fb3a6b98bd23ea5e0d5cd61714997a0c9;p=linux.git ARM: dts: am335x-sl50: enable tsadc on SL50 board The tsadc is used to read various voltages on the board, so enable it to be able to read these voltages from userspace. Signed-off-by: Enric Balletbo i Serra Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts index 442eccc3b4667..38d57b89f7d39 100644 --- a/arch/arm/boot/dts/am335x-sl50.dts +++ b/arch/arm/boot/dts/am335x-sl50.dts @@ -732,3 +732,11 @@ &lcdc { status = "okay"; }; + +&tscadc { + status = "okay"; +}; + +&am335x_adc { + ti,adc-channels = <0 1 2 3 4 5 6 7>; +};