Skip to content

Commit e3f056a

Browse files
khayash1Marc Zyngier
authored andcommitted
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@socionext.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/1653023822-19229-3-git-send-email-hayashi.kunihiko@socionext.com
1 parent df089e6 commit e3f056a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/irqchip/irq-uniphier-aidet.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ static const struct of_device_id uniphier_aidet_match[] = {
237237
{ .compatible = "socionext,uniphier-ld11-aidet" },
238238
{ .compatible = "socionext,uniphier-ld20-aidet" },
239239
{ .compatible = "socionext,uniphier-pxs3-aidet" },
240+
{ .compatible = "socionext,uniphier-nx1-aidet" },
240241
{ /* sentinel */ }
241242
};
242243

0 commit comments

Comments
 (0)