From patchwork Thu Feb 9 23:25:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gergo Koteles X-Patchwork-Id: 55122 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp633063wrn; Thu, 9 Feb 2023 15:26:44 -0800 (PST) X-Google-Smtp-Source: AK7set9IdqKxpctoJmc4r848xURlHMVgdzSCQSWxS++BrTSC0Vu8DNuQke05cBeQ6SdIkQf08fZZ X-Received: by 2002:a50:8e41:0:b0:4aa:b26f:1a09 with SMTP id 1-20020a508e41000000b004aab26f1a09mr13797503edx.26.1675985204400; Thu, 09 Feb 2023 15:26:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675985204; cv=none; d=google.com; s=arc-20160816; b=JtqS1kf+F9285PoaDO8gkHQMSvOHunx38o1L89H6HHPMTmv5g+9nw2Eo+PKZCXK7IS jmfQUzvHGY0DqSMmjfOr96HNARLS7U5D5EtqApzIZ6Lgw7QgP+2EeW2wLcs/Yl49Q0Mo 4KlNOcnx5hiKHHzsI5zkwHwkFG0G6KIRMpBf4nU2qrLp3Q5IZpnegmLm1LZqTesMc+/W HtMDEUjAmGUy2FoloW1304/hB3JYViZCnAaXtopA54aN2tKhQye0/kQLYjIm+s+dH4jx 5GMMfVha6H7GrQy1/snkpgY+pnaqjKY8EUUg8c+2MBuXFlXOSN1jLZpP1oe5VXy/5b85 333g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=+jlmzAI77hGNJuG/ZCV66QtHf3peD7qkkL4Xwtr+E5w=; b=tElMAT3YYDku1af9K+wz2pr+tRoSyEUmQSDxVJuigfhbTDFv9oy8UvchBQEk1+Yy1M jYtNCkYdM9KdWPH+JWfxWgpGhZYJDW0ZemchYSaTjxNxyLD7a3pkMtQyl4yvFUNCDwAc omb4brGroQFFitutduXyNjow1Lc1gp/zghBuuzCl3gfttSloMY9rOFMpwm9PAFbUS4Tx eTtRaA6cv/738zCiCSPMOsZGIeYjDt6a3rZwuDbTicokUSFTfu1sOpBkJE5YlPhNjHDJ skeRSxYpj3E1D5oW7/5IPQblzb75EiaF3exVernD1S0AsG4/5hV6/tD4Xt6oioEC9WEn IriQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=irl.hu Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id d5-20020a50ea85000000b004aaa505ac5fsi4246330edo.76.2023.02.09.15.26.21; Thu, 09 Feb 2023 15:26:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=irl.hu Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230368AbjBIXZb (ORCPT + 99 others); Thu, 9 Feb 2023 18:25:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230314AbjBIXZ3 (ORCPT ); Thu, 9 Feb 2023 18:25:29 -0500 Received: from irl.hu (irl.hu [95.85.9.111]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03FC120059; Thu, 9 Feb 2023 15:25:27 -0800 (PST) Received: from localhost.localdomain (51b6913b.dsl.pool.telekom.hu [::ffff:81.182.145.59]) (AUTH: CRAM-MD5 soyer@irl.hu, ) by irl.hu with ESMTPSA id 000000000006F757.0000000063E580E6.002B6580; Fri, 10 Feb 2023 00:25:22 +0100 From: Gergo Koteles To: Dmitry Torokhov , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Jiri Kosina , Benjamin Tissoires Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Caleb Connolly , Gergo Koteles Subject: [PATCH v2 1/3] Input: gpio-keys - add support for linux,input-value dts property Date: Fri, 10 Feb 2023 00:25:10 +0100 Message-Id: <20230209232510.91431-2-soyer@irl.hu> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230209232510.91431-1-soyer@irl.hu> References: <20230209232510.91431-1-soyer@irl.hu> Mime-Version: 1.0 X-Mime-Autoconverted: from 8bit to 7bit by courier 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1757397861731663832?= X-GMAIL-MSGID: =?utf-8?q?1757397861731663832?= Allows setting the value of EV_ABS events from dts. This property is included in the gpio-keys.yaml scheme, but was only implemented for gpio-keys-polled. Signed-off-by: Gergo Koteles --- drivers/input/keyboard/gpio_keys.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/input/keyboard/gpio_keys.c b/drivers/input/keyboard/gpio_keys.c index 5496482a38c1..c42f86ad0766 100644 --- a/drivers/input/keyboard/gpio_keys.c +++ b/drivers/input/keyboard/gpio_keys.c @@ -770,6 +770,9 @@ gpio_keys_get_devtree_pdata(struct device *dev) &button->type)) button->type = EV_KEY; + fwnode_property_read_u32(child, "linux,input-value", + (u32 *)&button->value); + button->wakeup = fwnode_property_read_bool(child, "wakeup-source") || /* legacy name */ From patchwork Thu Feb 9 23:25:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gergo Koteles X-Patchwork-Id: 55123 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp633267wrn; Thu, 9 Feb 2023 15:27:19 -0800 (PST) X-Google-Smtp-Source: AK7set9xj9khUzqb3m/qbAKC75LB8kkEgLT5dCJ+DoxU0eUyyZLtr2exdi9xN9hVcafvsAjU/yLt X-Received: by 2002:a50:a40d:0:b0:4aa:a442:4213 with SMTP id u13-20020a50a40d000000b004aaa4424213mr13342886edb.35.1675985239712; Thu, 09 Feb 2023 15:27:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675985239; cv=none; d=google.com; s=arc-20160816; b=cOmxL3eNc9hHKP8BV9aEiFCYasr3npVtYLSngYnjvg572OI06xbG13c/UvpZZW5C5D 60Whzl5uNQKDG8qo96xa6k5OQzZMhWHpc5ASYloxFg4bX8SCWRdp4tDfJmNfVUF7lrZu IOy/a+FTXD9Qkr3P6z4b/3k0nHODk8DSWiBWg5fCN1V5HEIXXWUdQaDcGWthp1wk0yIc m1hpBKJcYB3WvWGove7JL8MgcoEB/F2AayfghCEJ58fWOERfF90RO8+ggS0IbbjZsr+m vMEm9t2y0joMKSJiAWZlAVg1e4NFiS3ZlHaOgPZMtPgzO487KJ8y0Rm3oVa6agmfBjXs UecA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=YMHva4iDzKDqAZXmqybajT/dOMjOPdpTPRNcs7h/TiU=; b=l590Z+f/bYoZ38xciUXnnrvfaJbzRSZFjFxMQT0xI8kGaB5m/gqKZRSUHWCsXKiNdi X9v1eZpTA3r0OxdqinYqXu6GRSfTn6kznceTYlDdml+kESu3T7qy6cLOkI0nZvgphLmg 0m1iVQrlAI8IrYIyWnu7kBSicxocLgF9ZLsa9FmJqM2JGf40v9+8e34OfslYbZE5uXiF UD8vl+bGMbB8BCK77EvNW/TZpM8DKOMcsuvm/2QbP1ZRiG6S9u/la9Hc2kmrjPWBkvxm 26Y+L8xO+jbvkcYdWLSUW9P5ywklFbVYY9BZW3ELdNAMPHxWdLmVDaYJpdlQIi+iilzX J85g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=irl.hu Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id bm4-20020a0564020b0400b004ab4183a9b7si813177edb.396.2023.02.09.15.26.56; Thu, 09 Feb 2023 15:27:19 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=irl.hu Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230389AbjBIXZq (ORCPT + 99 others); Thu, 9 Feb 2023 18:25:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230032AbjBIXZp (ORCPT ); Thu, 9 Feb 2023 18:25:45 -0500 Received: from irl.hu (irl.hu [95.85.9.111]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61BE13F2AF; Thu, 9 Feb 2023 15:25:42 -0800 (PST) Received: from localhost.localdomain (51b6913b.dsl.pool.telekom.hu [::ffff:81.182.145.59]) (AUTH: CRAM-MD5 soyer@irl.hu, ) by irl.hu with ESMTPSA id 000000000006F75D.0000000063E580F6.002B65B0; Fri, 10 Feb 2023 00:25:41 +0100 From: Gergo Koteles To: Dmitry Torokhov , Jonathan Corbet , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Jiri Kosina , Benjamin Tissoires Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Caleb Connolly , Gergo Koteles Subject: [PATCH v2 2/3] Input: add ABS_SND_PROFILE Date: Fri, 10 Feb 2023 00:25:39 +0100 Message-Id: <20230209232539.91500-1-soyer@irl.hu> X-Mailer: git-send-email 2.39.1 Mime-Version: 1.0 X-Mime-Autoconverted: from 8bit to 7bit by courier 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1757397899071896821?= X-GMAIL-MSGID: =?utf-8?q?1757397899071896821?= ABS_SND_PROFILE used to describe the state of a multi-value sound profile switch. This will be used for the tri-state key on OnePlus phones or other phones. Signed-off-by: Gergo Koteles --- Documentation/input/event-codes.rst | 6 ++++++ drivers/hid/hid-debug.c | 1 + include/uapi/linux/input-event-codes.h | 1 + 3 files changed, 8 insertions(+) diff --git a/Documentation/input/event-codes.rst b/Documentation/input/event-codes.rst index b4557462edd7..d43336e64d6a 100644 --- a/Documentation/input/event-codes.rst +++ b/Documentation/input/event-codes.rst @@ -241,6 +241,12 @@ A few EV_ABS codes have special meanings: emitted only when the selected profile changes, indicating the newly selected profile value. +* ABS_SND_PROFILE: + + - Used to describe the state of a multi-value sound profile switch. + An event is emitted only when the selected profile changes, + indicating the newly selected profile value. + * ABS_MT_: - Used to describe multitouch input events. Please see diff --git a/drivers/hid/hid-debug.c b/drivers/hid/hid-debug.c index e213bdde543a..76fb2ecbbc51 100644 --- a/drivers/hid/hid-debug.c +++ b/drivers/hid/hid-debug.c @@ -1018,6 +1018,7 @@ static const char *absolutes[ABS_CNT] = { [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt", [ABS_TILT_Y] = "YTilt", [ABS_TOOL_WIDTH] = "ToolWidth", [ABS_VOLUME] = "Volume", [ABS_PROFILE] = "Profile", + [ABS_SND_PROFILE] = "SoundProfile", [ABS_MISC] = "Misc", [ABS_MT_TOUCH_MAJOR] = "MTMajor", [ABS_MT_TOUCH_MINOR] = "MTMinor", diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index 022a520e31fc..e765a8f9a3ae 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h @@ -866,6 +866,7 @@ #define ABS_VOLUME 0x20 #define ABS_PROFILE 0x21 +#define ABS_SND_PROFILE 0x22 #define ABS_MISC 0x28 From patchwork Thu Feb 9 23:25:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gergo Koteles X-Patchwork-Id: 55125 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp633655wrn; Thu, 9 Feb 2023 15:28:24 -0800 (PST) X-Google-Smtp-Source: AK7set8CexkB4FArBZ+deRIm3JVwT0Mx7/v8il9a6/YYRALaBeBrl3YjkBzZgDeh1O46ZmL7eFtQ X-Received: by 2002:a17:906:730d:b0:880:50de:5e86 with SMTP id di13-20020a170906730d00b0088050de5e86mr18127157ejc.3.1675985303918; Thu, 09 Feb 2023 15:28:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675985303; cv=none; d=google.com; s=arc-20160816; b=Dmhat4u/2OFgnnrKTY9vLXkctZHeWkQtQj48f+rqSREhTJzIkB0yyOBvpddsr21KAo 1N6wCRx1kUz/Pnqb3+aJ10miVjJljVTSki4Y2c7yohZ/GJb5IWxvJKMXoHdLIHJGaEyH 9KT7QnUulG8MnHIyS2FRU2D/r5Wz87oHA7JZEAGnLBA7jZV1WrzuNjUm39Ym8kUwLXgF 4xCUhunL3w7ICHkFTy0GbJBDSq0VSORryKIYlTte07AUlk+KrmwStOsdhAD8FlnggqYa pUk3hKFW7jef3OikPbZ52Tl9nf9giARUwoqjtO6etbrC+frGx4AfbwkeumkQ48zJ6eh0 z/GA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=9JVlttsINYmkiE2a6k4i34K+sgpyak+tm42UNu5jiv0=; b=xMAsUNAKbkzu+1ANVrvjf/N0cTyXZWqlJG7edOg3xoB74ozZUe3gvQGkEuKMx6ziDZ gmt1Q1bu5beeX4HOIyVTxES82jaqSeg4oF3KAKY+4yxH3Nr2jvlZ/aVKqvnAqsDj+uQi RelN0jKpwo7wXmxqQzUUMH6N95pdvnJU3D3R5RcsEn8SJUgv357t+LZPGyaUOGGOuhP4 V08rtk2AXrlh6nn3wBJfXS3I83f1/crSmf5fkgj/97SIdJuQsx0ptmG/hcETwwtJt1jG Ikw3cj/bc7FM2v7FGUuJQobkMzrS3oU9PD/QFZ64eLd47QsGaD+3Pwo/Rk4bOKMsn1Ok QSWg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=irl.hu Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id wc15-20020a170907124f00b0087881febdf5si3202314ejb.247.2023.02.09.15.27.44; Thu, 09 Feb 2023 15:28:23 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=irl.hu Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230437AbjBIX0M (ORCPT + 99 others); Thu, 9 Feb 2023 18:26:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229925AbjBIX0K (ORCPT ); Thu, 9 Feb 2023 18:26:10 -0500 Received: from irl.hu (irl.hu [95.85.9.111]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 96EB5658EE; Thu, 9 Feb 2023 15:26:00 -0800 (PST) Received: from localhost.localdomain (51b6913b.dsl.pool.telekom.hu [::ffff:81.182.145.59]) (AUTH: CRAM-MD5 soyer@irl.hu, ) by irl.hu with ESMTPSA id 000000000006F771.0000000063E58107.002B65BC; Fri, 10 Feb 2023 00:25:59 +0100 From: Gergo Koteles To: Dmitry Torokhov , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Jiri Kosina , Benjamin Tissoires Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Caleb Connolly , Gergo Koteles Subject: [PATCH v2 3/3] arm64: dts: qcom: sdm845-oneplus: add tri-state-key Date: Fri, 10 Feb 2023 00:25:56 +0100 Message-Id: <20230209232556.91554-1-soyer@irl.hu> X-Mailer: git-send-email 2.39.1 Mime-Version: 1.0 X-Mime-Autoconverted: from 8bit to 7bit by courier 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1757397965991765446?= X-GMAIL-MSGID: =?utf-8?q?1757397965991765446?= The tri-state-key is a sound profile switch found on the OnePlus 6, Android maps the states to "mute", "vibrate" and "ring". Expose them as ABS_SND_PROFILE events. The previous GPIO numbers were wrong. Update them to the correct ones. Co-developed-by: Caleb Connolly Signed-off-by: Caleb Connolly Signed-off-by: Gergo Koteles --- .../boot/dts/qcom/sdm845-oneplus-common.dtsi | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi index 64638ea94db7..e45d4fdead82 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi @@ -52,6 +52,43 @@ key-vol-up { }; }; + tri-state-key { + compatible = "gpio-keys"; + label = "Tri-state key"; + pinctrl-names = "default"; + pinctrl-0 = <&tri_state_key_default>; + state-top { + label = "Tri-state key top"; + linux,input-type = ; + linux,code = ; + linux,input-value = <0>; + gpios = <&tlmm 126 GPIO_ACTIVE_LOW>; + debounce-interval = <50>; + linux,can-disable; + }; + + state-middle { + label = "Tri-state key middle"; + linux,input-type = ; + linux,code = ; + linux,input-value = <1>; + gpios = <&tlmm 52 GPIO_ACTIVE_LOW>; + debounce-interval = <50>; + linux,can-disable; + + }; + + state-bottom { + label = "Tri-state key bottom"; + linux,input-type = ; + linux,code = ; + linux,input-value = <2>; + gpios = <&tlmm 24 GPIO_ACTIVE_LOW>; + debounce-interval = <50>; + linux,can-disable; + }; + }; + reserved-memory { /* * The rmtfs_mem needs to be guarded due to "XPU limitations" @@ -754,7 +791,7 @@ &tlmm { gpio-reserved-ranges = <0 4>, <81 4>; tri_state_key_default: tri-state-key-default-state { - pins = "gpio40", "gpio42", "gpio26"; + pins = "gpio126", "gpio52", "gpio24"; function = "gpio"; drive-strength = <2>; bias-disable;