From patchwork Thu Sep 26 11:07:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13813262 X-Patchwork-Delegate: geert@linux-m68k.org Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EB5811AE852 for ; Thu, 26 Sep 2024 11:07:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727348853; cv=none; b=nQNL4namDNs+NVRqRfeqIxET5s4KZrcG9JMy+Ub+baRng0hPFD1Pi9IA9TdXigBWbKSs9H9LJUlYzQI7vSpLcUC+th9qCNih+wFKCt41XptgJoj/AMcNxdqbCFdkMuNpZrv+/NGCPpyw8WhgFqCBtobhEIWX9jFMn2qk0QK/ncU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727348853; c=relaxed/simple; bh=hU3Pty4eYDHA03390TMR2BJtdl/7EFI2cK7IkmHw2Zc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ta3QjvAYaBb/PJ2P+8f4nlQWAuIimraDVtartgzQqIGo1NC8HuMQg33rMlJ3RUtKypAQPUlpFufyIEmOnuM51u5CUFpZO0glu+e3n91trAD2sJnmsbMOaS0NDOhXRcXMGwb8RekU4j7s2s6ZDKGyhRYQEiEGOIevf5VWHRrcYrQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=ClBzpTiW; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="ClBzpTiW" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=kJePYFvauoMgNk88ckHLNwEKGfKuioFAnD8qiMfDACc=; b=ClBzpT iWEtAwM1tUGeeecjy4KP8SNA82bm4zq2ad+W+LmHAMp4N2EiMSk93QIJd+QQ4Au4 9syGqdwqVzRd0VqrfvvpnL37J4tYWN31T8ypQA0Fyhtq/cMN7rgM0V81EA31NNCK pjRfL4I8RdoyRx/lPCXHt0dNTxVZpX/5aMbuDtJDCyFgUqtorgS8nJ0GqFcXYxg9 TboiGelFn9ubY10R97JL1glgWSIWyv5hBLuXE3c5vgOkTsZeMzhRQv/678oVav3Q 4fXcsa5iG4hYpYrbOx7o/YpGXwJhwDVcGp0HjtMTI/5Dpxrz9TLU9arQigk1rLFf hcIH4IUwzWTd/PYg== Received: (qmail 960878 invoked from network); 26 Sep 2024 13:07:29 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 26 Sep 2024 13:07:29 +0200 X-UD-Smtp-Session: l3s3148p1@r9SWvgMj8MwgAwDPXzRXADDuo30Z+IZ9 From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Wolfram Sang , Geert Uytterhoeven , Magnus Damm , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org Subject: [PATCH 3/3] ARM: dts: renesas: kzm9d: use proper node names for keys Date: Thu, 26 Sep 2024 13:07:21 +0200 Message-ID: <20240926110718.20519-8-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240926110718.20519-5-wsa+renesas@sang-engineering.com> References: <20240926110718.20519-5-wsa+renesas@sang-engineering.com> Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Avoids 'keyboard: 'four', 'one', 'three', 'two' do not match any of the regexes: ... Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/renesas/emev2-kzm9d.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/renesas/emev2-kzm9d.dts b/arch/arm/boot/dts/renesas/emev2-kzm9d.dts index 89495dd37358..4e797ac27628 100644 --- a/arch/arm/boot/dts/renesas/emev2-kzm9d.dts +++ b/arch/arm/boot/dts/renesas/emev2-kzm9d.dts @@ -31,28 +31,28 @@ chosen { gpio_keys { compatible = "gpio-keys"; - one { + key-1 { debounce-interval = <50>; wakeup-source; label = "DSW2-1"; linux,code = ; gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; }; - two { + key-2 { debounce-interval = <50>; wakeup-source; label = "DSW2-2"; linux,code = ; gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>; }; - three { + key-3 { debounce-interval = <50>; wakeup-source; label = "DSW2-3"; linux,code = ; gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>; }; - four { + key-4 { debounce-interval = <50>; wakeup-source; label = "DSW2-4";