From patchwork Fri Dec 28 15:46:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pawe=C5=82_Chmiel?= X-Patchwork-Id: 10744535 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BC8E76C5 for ; Fri, 28 Dec 2018 15:47:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AF496287BA for ; Fri, 28 Dec 2018 15:47:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A31A028BBE; Fri, 28 Dec 2018 15:47:02 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 497D1287BA for ; Fri, 28 Dec 2018 15:47:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732852AbeL1PqV (ORCPT ); Fri, 28 Dec 2018 10:46:21 -0500 Received: from mail-lj1-f195.google.com ([209.85.208.195]:39171 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727018AbeL1PqV (ORCPT ); Fri, 28 Dec 2018 10:46:21 -0500 Received: by mail-lj1-f195.google.com with SMTP id t9-v6so19014320ljh.6; Fri, 28 Dec 2018 07:46:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/MiFsFGxkATaKSohAbLvhLUzl5KdlriZpggnL4SZpos=; b=QBEsTFj1Y0RrVTjpnYYTCEI/9zxEV2Sb8ho7kDc/lMKwzd9U1xHCE3pAJN6qiOE7nL qsl7UZEKYfqbhcGU89zJPFu1j3hs//kBS0GJ5xzd/GoeDOVFHlgN6kp82rNHH0ta9/sD Q3G48Vi9PhztXV+wRG1/EZvpF3EosXOU1J1EAayn+1vkeYbmz6VPZYGDzIFyqHOsK/3d DSbsJdhY3fAAAOyYkSyM2zGnALHgYwK5dNI/LM2jXrHNZKRe5BCxpOQf0YgNSnisEOUE w1lVjctGNIXhwmCQ6XxE4AOvZRb1nXhDJoexjj2Fgjh+QThEn16kI/atj+LZSH8SfHBD cpDA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=/MiFsFGxkATaKSohAbLvhLUzl5KdlriZpggnL4SZpos=; b=PRp5qG/H+oxzMh71d91bT/z7rT5mrd+XyME3ykIcDX4cUsiqi0hPlzHlLE/vtmxtLv peq5uvXDbB7KbpXFgDHIQE9V+u8kui4TfH0lBTdxKLdpmzaJqEwhyazsft4oCCpnubat szQQiKvfIpP82LDMxXQMalcJXrSzfO7K6qgXIYucHpkgyhWNWUQvMO0MW9MfzR9uiHvn 5AgXB52gYxQYFW9wqkWcq4KpPneLuFpGg2UqEf+ctBNlCNjaIqBlJhKUYQoGOkRKSWnt wvFunfmX5Cox+q+r9SaZt2nR0GyYvQARQ1oxaejG6ffQz/LxCV1PTHfqkzqILA/lqle5 hIXg== X-Gm-Message-State: AJcUukeNOjiMKMruRER9yfl9jOc12yhQxhpzmMxlMy0nCd6dpgIf3yop UW+1rygA5fdwBrPbveTl8wE= X-Google-Smtp-Source: ALg8bN7oIx5CBqajAjlaA1ReWwhrnshBSALFIqRZRZybSjSz8LnJZNlbfSvtB3COw1yNw1JQmojhfA== X-Received: by 2002:a2e:2b85:: with SMTP id r5-v6mr15862933ljr.91.1546011978429; Fri, 28 Dec 2018 07:46:18 -0800 (PST) Received: from localhost.localdomain ([2a02:a315:5445:5300:7146:fd07:48ff:9665]) by smtp.googlemail.com with ESMTPSA id c203sm8042444lfe.95.2018.12.28.07.46.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Dec 2018 07:46:17 -0800 (PST) From: =?utf-8?q?Pawe=C5=82_Chmiel?= To: dmitry.torokhov@gmail.com Cc: robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, pawel.mikolaj.chmiel@gmail.com, xc-racer2@live.ca, simon@lineageos.org Subject: [PATCH v2 2/7] Input: dt-bindings: tm2-touchkey: Add support for midas touchkey Date: Fri, 28 Dec 2018 16:46:04 +0100 Message-Id: <20181228154609.14846-3-pawel.mikolaj.chmiel@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181228154609.14846-1-pawel.mikolaj.chmiel@gmail.com> References: <20181228154609.14846-1-pawel.mikolaj.chmiel@gmail.com> MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Simon Shields Document compatible for midas touchkey. Signed-off-by: Simon Shields Signed-off-by: Paweł Chmiel Reviewed-by: Rob Herring --- Changes from v1: - Added Reviewed-by --- .../devicetree/bindings/input/cypress,tm2-touchkey.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt b/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt index 0c252d9306da..dfb3b9f0ee40 100644 --- a/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt +++ b/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt @@ -1,7 +1,9 @@ Samsung tm2-touchkey Required properties: -- compatible: must be "cypress,tm2-touchkey" +- compatible: + * "cypress,tm2-touchkey" - for the touchkey found on the tm2 board + * "cypress,midas-touchkey" - for the touchkey found on midas boards - reg: I2C address of the chip. - interrupts: interrupt to which the chip is connected (see interrupt binding[0]).