projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df089e6
)
irqchip/uniphier-aidet: Add compatible string for NX1 SoC
author
Kunihiko Hayashi
<hayashi.kunihiko@socionext.com>
Fri, 20 May 2022 05:17:02 +0000
(14:17 +0900)
committer
Marc Zyngier
<maz@kernel.org>
Thu, 9 Jun 2022 16:41:57 +0000
(17:41 +0100)
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
drivers/irqchip/irq-uniphier-aidet.c
patch
|
blob
|
history
diff --git
a/drivers/irqchip/irq-uniphier-aidet.c
b/drivers/irqchip/irq-uniphier-aidet.c
index 89121b39be2692de3bc952bd609c07ddd7fd6508..716b1bb88bf2b47e2aa542b77c696ca3954864d6 100644
(file)
--- 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 */ }
};