From patchwork Thu Jun 27 10:43:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleksandr Kozaruk X-Patchwork-Id: 2791651 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C0AD49F3A0 for ; Thu, 27 Jun 2013 10:44:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8E0FB2031A for ; Thu, 27 Jun 2013 10:44:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A2BD20316 for ; Thu, 27 Jun 2013 10:44:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753277Ab3F0Koe (ORCPT ); Thu, 27 Jun 2013 06:44:34 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:41232 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752018Ab3F0Kn5 (ORCPT ); Thu, 27 Jun 2013 06:43:57 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r5RAhiOs001387; Thu, 27 Jun 2013 05:43:44 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r5RAhiDx027118; Thu, 27 Jun 2013 05:43:44 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.2.342.3; Thu, 27 Jun 2013 05:43:44 -0500 Received: from uglx0158319.ucm2.emeaucm.ext.ti.com (uglx0158319.ucm2.emeaucm.ext.ti.com [10.167.145.163]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r5RAhdJZ023378; Thu, 27 Jun 2013 05:43:42 -0500 From: Oleksandr Kozaruk To: , , , , , CC: , , Subject: [PATCH v1 1/2] ARM: dts: twl: Add GPADC data to device tree Date: Thu, 27 Jun 2013 13:43:37 +0300 Message-ID: <1372329818-12384-2-git-send-email-oleksandr.kozaruk@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1372329818-12384-1-git-send-email-oleksandr.kozaruk@ti.com> References: <1372329818-12384-1-git-send-email-oleksandr.kozaruk@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/twl6030.dtsi b/arch/arm/boot/dts/twl6030.dtsi index 2e3bd31..189872c 100644 --- a/arch/arm/boot/dts/twl6030.dtsi +++ b/arch/arm/boot/dts/twl6030.dtsi @@ -103,4 +103,9 @@ compatible = "ti,twl6030-pwmled"; #pwm-cells = <2>; }; + + twl6030_gpadc { + compatible = "ti,twl6030_gpadc"; + interrupts = <3>; + }; };