From patchwork Tue May 21 08:54:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Vishwanathrao Badarkhe, Manish" X-Patchwork-Id: 2596521 Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 9D5F8DFE75 for ; Tue, 21 May 2013 08:53:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753647Ab3EUIwt (ORCPT ); Tue, 21 May 2013 04:52:49 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:40225 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752361Ab3EUIwg (ORCPT ); Tue, 21 May 2013 04:52:36 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id r4L8qVgo027157; Tue, 21 May 2013 03:52:31 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id r4L8qV82017372; Tue, 21 May 2013 03:52:31 -0500 Received: from dlelxv23.itg.ti.com (172.17.1.198) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.2.342.3; Tue, 21 May 2013 03:52:30 -0500 Received: from ucmsshproxy.india.ext.ti.com (dbdp20.itg.ti.com [172.24.170.38]) by dlelxv23.itg.ti.com (8.13.8/8.13.8) with SMTP id r4L8qRc7019198; Tue, 21 May 2013 03:52:28 -0500 Received: from symphony.india.ext.ti.com (unknown [192.168.247.13]) by ucmsshproxy.india.ext.ti.com (Postfix) with ESMTP id CA672158004; Tue, 21 May 2013 14:22:26 +0530 (IST) Received: from ubuntu-psp-linux.india.ext.ti.com (ubuntu-psp-linux [192.168.247.46]) by symphony.india.ext.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id r4L8qQR12681; Tue, 21 May 2013 14:22:26 +0530 (IST) From: "Vishwanathrao Badarkhe, Manish" To: , , , , CC: , , , , Subject: [PATCH V3 2/2] ARM: davinci: da850: add tps6507x touchscreen DT data Date: Tue, 21 May 2013 14:24:18 +0530 Message-ID: <1369126458-24872-3-git-send-email-manishv.b@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1369126458-24872-1-git-send-email-manishv.b@ti.com> References: <1369126458-24872-1-git-send-email-manishv.b@ti.com> MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Add tps6507x touchscreen DT node to da850-evm. Touchscreen DT data is added as per da850 board file. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish --- Changes since V2: - Updated names of devicetree properties. Changes since V1: - Updated commit message. :100644 100644 c914357... 1ca1691... M arch/arm/boot/dts/da850-evm.dts arch/arm/boot/dts/da850-evm.dts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index c914357..1ca1691 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -155,4 +155,13 @@ regulator-boot-on; }; }; + + tsc { + ti,poll-period = <30>; + ti,min-pressure = <0x30>; + ti,vref = <0>; + ti,vendor = <0>; + ti,product = <65070>; + ti,version = <0x100>; + }; };