From patchwork Sat Mar 23 12:59:31 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: 2324591 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 018FADF215 for ; Sat, 23 Mar 2013 12:59:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751050Ab3CWM7n (ORCPT ); Sat, 23 Mar 2013 08:59:43 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:40111 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751287Ab3CWM7a (ORCPT ); Sat, 23 Mar 2013 08:59:30 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id r2NCxK6P026850; Sat, 23 Mar 2013 07:59:21 -0500 Received: from DBDE71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id r2NCxHGO025100; Sat, 23 Mar 2013 18:29:17 +0530 (IST) Received: from dbdp32.itg.ti.com (172.24.170.251) by DBDE71.ent.ti.com (172.24.170.149) with Microsoft SMTP Server id 14.1.323.3; Sat, 23 Mar 2013 18:29:17 +0530 Received: from ucmsshproxy.india.ext.ti.com (dbdp20.itg.ti.com [172.24.170.38]) by dbdp32.itg.ti.com (8.13.8/8.13.8) with SMTP id r2NCxHGJ017413; Sat, 23 Mar 2013 18:29:17 +0530 Received: from symphony.india.ext.ti.com (unknown [192.168.247.13]) by ucmsshproxy.india.ext.ti.com (Postfix) with ESMTP id 30D4A158003; Sat, 23 Mar 2013 18:29:17 +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 r2NCxGR03045; Sat, 23 Mar 2013 18:29:16 +0530 (IST) From: "Vishwanathrao Badarkhe, Manish" To: , , , , CC: , , , , Subject: [PATCH 2/2] ARM: davinci: da850: add tps6507x touchscreen DT data Date: Sat, 23 Mar 2013 18:29:31 +0530 Message-ID: <1364043571-9210-3-git-send-email-manishv.b@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1364043571-9210-1-git-send-email-manishv.b@ti.com> References: <1364043571-9210-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 device tree data to da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish --- :100644 100644 d1d091b... 5652501... 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 d1d091b..5652501 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -108,4 +108,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>; + }; };