Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753817Ab3GVMXy (ORCPT ); Mon, 22 Jul 2013 08:23:54 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:56247 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369Ab3GVMXv (ORCPT ); Mon, 22 Jul 2013 08:23:51 -0400 From: Oleksandr Kozaruk To: , , , , , , , , , , , , , , CC: , , , , Subject: [PATCH v7 1/2] ARM: dts: twl: Add GPADC data to device tree Date: Mon, 22 Jul 2013 15:22:51 +0300 Message-ID: <1374495772-17758-2-git-send-email-oleksandr.kozaruk@ti.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1374495772-17758-1-git-send-email-oleksandr.kozaruk@ti.com> References: <1374495772-17758-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: 886 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..b78e1d5 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 { + 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/