From patchwork Thu Jun 20 13:57:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13705584 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CC5C2C27C79 for ; Thu, 20 Jun 2024 13:58:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=sJiPYkGF+KY/hLermOTgIwHOOGzzKirb1BHNg4GPdGE=; b=zYALI//6ugv3uCnCWoDTK3JNBn yHA1IFDFqKP9kSDTKAwD1VgOZ3Hm9l+C5Q0KaMMzHqDMmWLOXwrwbY3oAGEWyTx7y5Hp6H0r1ZWMM pcpGoIxwfw+sDAsYZJFkViDglSy9/bO2YjJ9LLczkI7bcqUE0ziYD9Yu7zrQl1St4WPt3dkE1f+oj D8pryHgWmXxliyguzU7x0ttbkCH4KyEScVTVSVNlTzBwsHKDEB7vhMHq1kDv/fM3tbem0pyoPH7p8 kIU38MzEQfPUpEggTxWGOvFzvtJUeR1T9VviheKFieoHIMRc1/YMssSEWqrS0OFxVWxEWqT4rHdDF BfMrj4Hw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKIIq-00000005JG0-1zbp; Thu, 20 Jun 2024 13:58:16 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKIIQ-00000005Iz6-3oBx for linux-arm-kernel@lists.infradead.org; Thu, 20 Jun 2024 13:57:55 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:260f:cd5c:91b1:523c]) by albert.telenet-ops.be with bizsmtp id dpxm2C0050Y0hZi06pxmzH; Thu, 20 Jun 2024 15:57:47 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1sKIIL-00057r-VU; Thu, 20 Jun 2024 15:57:45 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1sKIIL-000Cos-Si; Thu, 20 Jun 2024 15:57:45 +0200 From: Geert Uytterhoeven To: Magnus Damm , Yoshihiro Shimoda , Lad Prabhakar , Biju Das , Claudiu Beznea Cc: Mark Rutland , Marc Zyngier , linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 2/9] arm64: dts: renesas: r8a779f0: Add missing hypervisor virtual timer IRQ Date: Thu, 20 Jun 2024 15:57:32 +0200 Message-Id: <46deba1008f73e4b6864f937642d17f9d4ae7205.1718890849.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240620_065751_201223_5CE5E943 X-CRM114-Status: GOOD ( 10.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add the missing fifth interrupt to the device node that represents the ARM architected timer. While at it, add an interrupt-names property for clarity, Fixes: c62331e8222f8f21 ("arm64: dts: renesas: Add Renesas R8A779F0 SoC support") Signed-off-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi index 48390654e172bd5d..21747f11bc602d13 100644 --- a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi @@ -1332,7 +1332,10 @@ timer { interrupts-extended = <&gic GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>, <&gic GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>, <&gic GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>, - <&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; + <&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>, + <&gic GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>; + interrupt-names = "sec-phys", "phys", "virt", "hyp-phys", + "hyp-virt"; }; ufs30_clk: ufs30-clk {