From patchwork Thu Mar 16 07:05:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 9627429 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7A1B3604A9 for ; Thu, 16 Mar 2017 07:06:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6B019285D4 for ; Thu, 16 Mar 2017 07:06:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5FA8B28643; Thu, 16 Mar 2017 07:06:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 10133285D4 for ; Thu, 16 Mar 2017 07:06:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=eUeICWlRsOBFN1zT78LfdHnP2aHIxW7xqFzsiomDZUU=; b=fn8 DS+9ASoDvctNRF3BI1H/EqJqisi0NZ+yFhLJCC0KkhXRrI1cgW8tUsqtpP5KFKO6IhKUEig8OOUjm r03kPqwVKVrewAmcD0eN6EBKkyPw/oOd2pRkSf3Qz1eT79qNdnkqxMmf3WFdZtv5OipA7VdvNRSYw 5LG4aQL4DTYxEa01pQgKq55N24uQK/k5JmTqlxT4yedmHoZg0CgQWF1kJVt6k1ttBGusX7PQw/jgh mfgPo0SKrgMA5+LDCBAzc5ASzglPzdBfNf2et6s2YHlWJ+jqRgpFVKwmNmPxJKuUZBm9nr77G6Rt6 8s9iDknbLpi9tO/V/NweGhoKdjPr9yA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1coPUO-00070U-SM; Thu, 16 Mar 2017 07:06:24 +0000 Received: from mail-pg0-f67.google.com ([74.125.83.67]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1coPUI-0006yg-N5 for linux-arm-kernel@lists.infradead.org; Thu, 16 Mar 2017 07:06:22 +0000 Received: by mail-pg0-f67.google.com with SMTP id y17so4999021pgh.0 for ; Thu, 16 Mar 2017 00:05:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=jkUY/9j8ymCzTikvgYHC5me0fAdtvE5pwamErXFvVoQ=; b=Bx0l6KKXnVz1ZJoHJcnS9ZYXgVxuegfioqs41y2+O+pAlINHbffU/kYaDSAPQBkPiF 8XtTzZ9XGEcTt/zsi68dsWlMe3/k46IbEurkRLZ7vk/rl5yqKyupijvR60tAigoSfbF8 LRz71kg5/OhlyEZb74piiPE3hpW4Km6JZZNax0sbYYAU4QEL+RSsb3BAqirbPRI9a8dG LfsyLcqDQ3mENjKkIxs0mu+jIFjx7LnAxm6VhRb26mnVordPzpwHkVKzgJDMame7wxQf 4Z/ojzGU1R7pJCXSgNfl8yd0W0aTJdzT4UOkkbC7E0YmJq9EtYAmnBQztVAnoZk7zpc9 8bEA== X-Gm-Message-State: AFeK/H3/uYrACfhNWYwNbsyNoGgAL8IhWp8sSJRnUSZ1P1JO5zeDhl5GaFzKKCRBJoVKRQ== X-Received: by 10.84.139.67 with SMTP id 61mr10180361plq.61.1489647955549; Thu, 16 Mar 2017 00:05:55 -0700 (PDT) Received: from localhost.localdomain ([223.182.15.112]) by smtp.gmail.com with ESMTPSA id p6sm8191162pgn.40.2017.03.16.00.05.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 16 Mar 2017 00:05:54 -0700 (PDT) From: Jagan Teki To: Shawn Guo Subject: [PATCH v6 5/8] dt-bindings: input: touchscreen: Add max11801-ts binding Date: Thu, 16 Mar 2017 12:35:38 +0530 Message-Id: <1489647939-4966-1-git-send-email-jagan@openedev.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170316_000618_853094_605E4884 X-CRM114-Status: GOOD ( 10.94 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Matteo Lisi , linux-kernel@vger.kernel.org, Rob Herring , Jagan Teki , Michael Trimarchi , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jagan Teki Add missing documentation of max11801-ts dt-binding details. Cc: Mark Rutland Cc: Rob Herring Cc: Shawn Guo Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- Changes for v6: - Replace the lable and name of the node ts: max11801 => max11801: touchscreen@48 Changes for v5: - Newly added patch .../bindings/input/touchscreen/max11801-ts.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/max11801-ts.txt diff --git a/Documentation/devicetree/bindings/input/touchscreen/max11801-ts.txt b/Documentation/devicetree/bindings/input/touchscreen/max11801-ts.txt new file mode 100644 index 0000000..4afccbe --- /dev/null +++ b/Documentation/devicetree/bindings/input/touchscreen/max11801-ts.txt @@ -0,0 +1,18 @@ +* MAXI MAX11801 Resistive touch screen controller with i2c interface + +Required properties: +- compatible: must be "max11801" +- reg: i2c slave address +- interrupt-parent: the phandle for the interrupt controller +- interrupts: touch controller interrupt + +Example: + +&i2c1 { + max11801: touchscreen@48 { + compatible = "max11801"; + reg = <0x48>; + interrupt-parent = <&gpio3>; + interrupts = <31 2>; + }; +};