Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754073Ab3GQLOY (ORCPT ); Wed, 17 Jul 2013 07:14:24 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:51621 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752401Ab3GQLOV (ORCPT ); Wed, 17 Jul 2013 07:14:21 -0400 From: Oleksandr Kozaruk To: , , , , , , , , , , , , , , CC: , , , , Subject: [PATCH v5 1/2] ARM: dts: twl: Add GPADC data to device tree Date: Wed, 17 Jul 2013 14:12:43 +0300 Message-ID: <1374059564-6872-2-git-send-email-oleksandr.kozaruk@ti.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1374059564-6872-1-git-send-email-oleksandr.kozaruk@ti.com> References: <1374059564-6872-1-git-send-email-oleksandr.kozaruk@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 901 Lines: 32 GPADC is the general purpose ADC present on twl6030. The dt data is interrupt used to trigger end of ADC conversion. Signed-off-by: Oleksandr Kozaruk --- arch/arm/boot/dts/twl6030.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/twl6030.dtsi b/arch/arm/boot/dts/twl6030.dtsi index 2e3bd31..322aa8e 100644 --- a/arch/arm/boot/dts/twl6030.dtsi +++ b/arch/arm/boot/dts/twl6030.dtsi @@ -103,4 +103,10 @@ compatible = "ti,twl6030-pwmled"; #pwm-cells = <2>; }; + + adc: twl6030_gpadc { + compatible = "ti,twl6030_gpadc"; + interrupts = <3>; + #io-channel-cells = <1>; + }; }; -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/