Message ID | 20220506134029.21470-4-pali@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 35CC6C433F5 for <linux-arm-kernel@archiver.kernel.org>; Fri, 6 May 2022 13:42:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YIRCw1oFbVibmRP0Io8Ba9T7RIu56aWISfP7ELat4B4=; b=GJIiYbphI6UZ6F nsFuUIma7eCVf5sXaoFEDGvjmNu9gEMjF5chi6IoOfOm68q/R94/CGOAaBltesA3bBHawhm9J6y0P GzeicOsGNK2Gs9Ir6hWoowAYj29kNeIeLv4ZR7ngdCGr/3Ynab5X7RKQ68Ouf/PgKXtJh5GxDv7CZ 3/La+PlhvkGNSTpWZ4ayPRE0haXqCMT2w5VjH8MxLx0MaGWoRvr287Q0ZfTHiVMJa/q+AAxiHzU/w YDJm9iUt6EOFk4AsS9CTAeiYWC1b18bkxLy9DIW6Fo39yVlYJPLMd2Pn4mkKQoBXLxrKy1/eNW22E giwZYlA7RdVvx1LIVxMA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmyCg-003YMX-IK; Fri, 06 May 2022 13:41:06 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmyCK-003YAa-DX for linux-arm-kernel@lists.infradead.org; Fri, 06 May 2022 13:40:45 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E32A4620BE; Fri, 6 May 2022 13:40:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E908C385B5; Fri, 6 May 2022 13:40:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651844443; bh=fzxRZCWmCCFgbf4knt9LuPHs1XRhGlf3VGA4Sizr/FQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=umht/pKW6oPjHn98M4IMsYj7QWvvDYNGwzFjMVXOR+kAfMEKj7APfZ6YnGQWd1xQG jgRUJtUsUnZhgaqZRhnIgMqNzGYRDmflBsJZE/dDFSLRZ3sZZM6zQuOA68oyWgcsJk 7tFDOOJDHBsH+yJl7Y9zro1R9AbI8+fj9anDeMyqfNUJQE9U8o5aqA4SV5CcylHCxG nLGj4+plDx4t98QN9+iTsG/V+BNYiShdzEaEL3kFUSE9iV5X+eP/MGjaNIEvoaE+r1 NYcwcwpV2ltkVIKYBk430bQK4o5/fI8SfxefE7CYfJM45VrgUGDjQIidqUIxH4r/62 wH669SOy46Arw== Received: by pali.im (Postfix) id B9C701265; Fri, 6 May 2022 15:40:40 +0200 (CEST) From: =?utf-8?q?Pali_Roh=C3=A1r?= <pali@kernel.org> To: Thomas Gleixner <tglx@linutronix.de>, Marc Zyngier <maz@kernel.org>, Rob Herring <robh+dt@kernel.org>, Bjorn Helgaas <bhelgaas@google.com>, Andrew Lunn <andrew@lunn.ch>, Gregory Clement <gregory.clement@bootlin.com>, Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>, Thomas Petazzoni <thomas.petazzoni@bootlin.com>, Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>, =?utf-8?q?Krzysztof_Wilczy?= =?utf-8?q?=C5=84ski?= <kw@linux.com>, =?utf-8?q?Marek_Beh=C3=BAn?= <kabel@kernel.org> Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/6] ARM: dts: armada-38x.dtsi: Add node for MPIC SoC Error IRQ controller Date: Fri, 6 May 2022 15:40:26 +0200 Message-Id: <20220506134029.21470-4-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220506134029.21470-1-pali@kernel.org> References: <20220506134029.21470-1-pali@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220506_064044_510278_73D21AB9 X-CRM114-Status: GOOD ( 11.90 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
PCI: mvebu: Add support for PME and AER interrupts
|
expand
|
diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi index 9b1a24cc5e91..54051f0b1ad1 100644 --- a/arch/arm/boot/dts/armada-38x.dtsi +++ b/arch/arm/boot/dts/armada-38x.dtsi @@ -398,6 +398,11 @@ interrupt-controller; msi-controller; interrupts = <GIC_PPI 15 IRQ_TYPE_LEVEL_HIGH>; + + soc_err: interrupt-controller@20 { + interrupt-controller; + #interrupt-cells = <1>; + }; }; timer: timer@20300 {
It is child of the MPIC IRQ controller. Signed-off-by: Pali Rohár <pali@kernel.org> --- arch/arm/boot/dts/armada-38x.dtsi | 5 +++++ 1 file changed, 5 insertions(+)