From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D8E7C433EF for ; Fri, 6 May 2022 13:40:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1441841AbiEFNoe (ORCPT ); Fri, 6 May 2022 09:44:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1441815AbiEFNo3 (ORCPT ); Fri, 6 May 2022 09:44:29 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E9A0B1FE; Fri, 6 May 2022 06:40:46 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id B0EADB835D7; Fri, 6 May 2022 13:40:44 +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=20Roh=C3=A1r?= To: Thomas Gleixner , Marc Zyngier , Rob Herring , Bjorn Helgaas , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Thomas Petazzoni , Lorenzo Pieralisi , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , =?UTF-8?q?Marek=20Beh=C3=BAn?= 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org It is child of the MPIC IRQ controller. Signed-off-by: Pali Rohár --- arch/arm/boot/dts/armada-38x.dtsi | 5 +++++ 1 file changed, 5 insertions(+) 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 = ; + + soc_err: interrupt-controller@20 { + interrupt-controller; + #interrupt-cells = <1>; + }; }; timer: timer@20300 { -- 2.20.1