Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757280Ab3GLHTT (ORCPT ); Fri, 12 Jul 2013 03:19:19 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:43229 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757148Ab3GLHTP (ORCPT ); Fri, 12 Jul 2013 03:19:15 -0400 From: Oleksandr Kozaruk To: , , , , , , , , , , , , , , CC: , , , , Subject: [PATCH v3 1/2] ARM: dts: twl: Add GPADC data to device tree Date: Fri, 12 Jul 2013 10:18:01 +0300 Message-ID: <1373613482-28390-2-git-send-email-oleksandr.kozaruk@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1373613482-28390-1-git-send-email-oleksandr.kozaruk@ti.com> References: <1373613482-28390-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: 906 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..434842c 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>; }; + + gpadc: twl6030_gpadc { + compatible = "ti,twl6030_gpadc"; + interrupts = <3>; + #io-channel-cells = <1>; + }; }; -- 1.7.9.5 -- 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/