Skip to content

Commit

Permalink
irqchip/uniphier-aidet: Add compatible string for NX1 SoC
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kunihiko Hayashi authored and Marc Zyngier committed Jun 9, 2022
1 parent df089e6 commit e3f056a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/irqchip/irq-uniphier-aidet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */ }
};

Expand Down

0 comments on commit e3f056a

Please sign in to comment.