[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <165479342190.4207.7774447284523859230.tip-bot2@tip-bot2>
Date: Thu, 09 Jun 2022 16:50:21 -0000
From: "irqchip-bot for Kunihiko Hayashi" <tip-bot2@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>,
Marc Zyngier <maz@...nel.org>, tglx@...utronix.de
Subject: [irqchip: irq/irqchip-fixes] irqchip/uniphier-aidet: Add compatible
string for NX1 SoC
The following commit has been merged into the irq/irqchip-fixes branch of irqchip:
Commit-ID: e3f056a7aafabe4ac3ad4b7465ba821b44a7e639
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/e3f056a7aafabe4ac3ad4b7465ba821b44a7e639
Author: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
AuthorDate: Fri, 20 May 2022 14:17:02 +09:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Thu, 09 Jun 2022 17:41:57 +01:00
irqchip/uniphier-aidet: Add compatible string for NX1 SoC
Add the compatible string to support UniPhier NX1 SoC, which has the same
kinds of controls as the other UniPhier SoCs.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
Signed-off-by: Marc Zyngier <maz@...nel.org>
Link: https://lore.kernel.org/r/1653023822-19229-3-git-send-email-hayashi.kunihiko@socionext.com
---
drivers/irqchip/irq-uniphier-aidet.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/irqchip/irq-uniphier-aidet.c b/drivers/irqchip/irq-uniphier-aidet.c
index 89121b3..716b1bb 100644
--- a/drivers/irqchip/irq-uniphier-aidet.c
+++ b/drivers/irqchip/irq-uniphier-aidet.c
@@ -237,6 +237,7 @@ static const struct of_device_id uniphier_aidet_match[] = {
{ .compatible = "socionext,uniphier-ld11-aidet" },
{ .compatible = "socionext,uniphier-ld20-aidet" },
{ .compatible = "socionext,uniphier-pxs3-aidet" },
+ { .compatible = "socionext,uniphier-nx1-aidet" },
{ /* sentinel */ }
};
Powered by blists - more mailing lists