Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932416Ab3GPLsj (ORCPT ); Tue, 16 Jul 2013 07:48:39 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:39024 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932201Ab3GPLsg (ORCPT ); Tue, 16 Jul 2013 07:48:36 -0400 From: Oleksandr Kozaruk To: , , , , , , , , , , , , , , CC: , , , , Subject: [PATCH v4 1/2] ARM: dts: twl: Add GPADC data to device tree Date: Tue, 16 Jul 2013 14:47:33 +0300 Message-ID: <1373975254-23764-2-git-send-email-oleksandr.kozaruk@ti.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1373975254-23764-1-git-send-email-oleksandr.kozaruk@ti.com> References: <1373975254-23764-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: 903 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.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/