From mboxrd@z Thu Jan 1 00:00:00 1970 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 F08601BA886 for ; Fri, 27 Sep 2024 09:54:34 +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=1727430876; cv=none; b=XPFrJ2xDbcjQHj8Bd2IKz12mwBg247ZUp+ebHqAWo1xslwdSwlbSS/E1Q9fASdKTLSiZW49GuwWUT6v0t2TXXOxwIuqqwybeV7hRSkmIs7LQWEOOpwlc2BXO8N5QlH7QmKCiVU999WZlnEZgbNHhLDpoha3T/6Kz7mYfL+x3UXA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727430876; c=relaxed/simple; bh=8hX/k3SfkbVK0d2MUD7Tw/Qi1D62BNJQz86UvKgLeMI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QowUySunslQlnMgmGDccU9tMAcfct8NLzQ/Oax4VIqxxrG0KuYEUJDLJPuYxWFg4oZFn5ecV/F+tTzFkhLrhbhhRLy0A9Kg5BzKGIoZ/Hd1aIAKWrvoHA+kxEYz9xM2VOZ06jMnVb4HvFRd0qCqmUcBPfZStKJOve4aW3yICYvI= 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=H0xHxpkS; 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="H0xHxpkS" 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=ccdjzgJA7XMaVzQqsBS2TIGMGdhgY5QR01SFeBa6kqI=; b=H0xHxp kS8o0vlziFjhnTAU/lklFsySlqgaet99vtM4X2lHDEv2glerDvtxMfbliRkVM6rR M1SjR49EvcIhfh2yT71YsThX50DSsldeouin3zwCb9QgiXKVxsc3CNZjTzGH26XJ 13Irfg58zAb0gn4WzaK+jlfvh2hU8tJ9Sw6W35+yAewnkDfv15ieDJZiZlTLyZ1Z wNLgC9GgHDs1DiK0DtTyq9u+mW7ARZLH73z69jus1Ng3stzSBVL6T+iYt4zYuzRx VvRIvFwyHXXU2NG6nBhaEPUn07qbhQkN0d9WKNF3jtZWTvJroPxewjOr0WHl3Wm+ YS6mqjrx3wAdtzjg== Received: (qmail 1283544 invoked from network); 27 Sep 2024 11:54:30 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 27 Sep 2024 11:54:30 +0200 X-UD-Smtp-Session: l3s3148p1@RO1i1xYjDUltKPLv 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 4/4] ARM: dts: renesas: rza2mevb: use interrupts-extended for gpio-keys Date: Fri, 27 Sep 2024 11:54:18 +0200 Message-ID: <20240927095414.10241-10-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240927095414.10241-6-wsa+renesas@sang-engineering.com> References: <20240927095414.10241-6-wsa+renesas@sang-engineering.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Use the more concise interrupts-extended property to fully describe the interrupt. Signed-off-by: Wolfram Sang --- arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts b/arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts index cd2324b8e8ff..f69a7fe56b6e 100644 --- a/arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts +++ b/arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts @@ -55,8 +55,7 @@ keyboard { pinctrl-0 = <&keyboard_pins>; key-3 { - interrupt-parent = <&irqc>; - interrupts = <0 IRQ_TYPE_EDGE_BOTH>; + interrupts-extended = <&irqc 0 IRQ_TYPE_EDGE_BOTH>; linux,code = ; label = "SW3"; wakeup-source; -- 2.45.2