From nobody Thu Dec 12 04:49:17 2024 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 2666D14B959; Mon, 11 Nov 2024 01:30:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731288659; cv=none; b=GpWJ4LUOwBlXKY+NjJvc5ws2kFlbNCNsTFiBe+KyZmWglxnfDpQpoI69GGrUG3DX+FNKo0rlOraL0y16NezsI6KFw7xUnwFFrZkA2QyjKamXXAzQ0KmSk1wfRDS3kzfyK8hfjJpXR5rSZBHLvy7UN5j6zexl9uCmDLu8VX+iXUQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731288659; c=relaxed/simple; bh=VydmXJDG2+hEYWUuMRDZP6M8Lct5HvaCBkObpRuKjIQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=h6JkRuE6Rf7gzST1HaqsFUfDQ6LbO8FmiSgY5/1Vpngq/Or5SeywBJ/bYN2NfvWXzynEJRntLpwQKzdIOGcELr/GMVcnUtOGLFv4DzcWF5ed9sVOJPocpr5VL2q6FrBiHKl4QQpnCJKvSdRaPkNzWEfGFuUOBWkjH8+9sDb2BQ0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B531F1CE2; Sun, 10 Nov 2024 17:31:27 -0800 (PST) Received: from localhost.localdomain (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 46C4F3F66E; Sun, 10 Nov 2024 17:30:56 -0800 (PST) From: Andre Przywara To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Thomas Gleixner Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH 06/14] dt-bindings: irq: sun7i-nmi: document the Allwinner A523 NMI controller Date: Mon, 11 Nov 2024 01:30:25 +0000 Message-ID: <20241111013033.22793-7-andre.przywara@arm.com> X-Mailer: git-send-email 2.46.2 In-Reply-To: <20241111013033.22793-1-andre.przywara@arm.com> References: <20241111013033.22793-1-andre.przywara@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The Allwinner A523 SoC contains an NMI controller compatible to one used in the recent Allwinner SoCs. Add the A523 specific name to the list of allowed compatible strings. Signed-off-by: Andre Przywara --- .../interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/allwinn= er,sun7i-a20-sc-nmi.yaml b/Documentation/devicetree/bindings/interrupt-cont= roller/allwinner,sun7i-a20-sc-nmi.yaml index f49b43f45f3d9..d4a86694a032f 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun7= i-a20-sc-nmi.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun7= i-a20-sc-nmi.yaml @@ -31,6 +31,7 @@ properties: - allwinner,sun8i-v3s-nmi - allwinner,sun50i-a100-nmi - allwinner,sun50i-h616-nmi + - allwinner,sun55i-a523-nmi - const: allwinner,sun9i-a80-nmi =20 reg: --=20 2.46.2