OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib: utils/irqchip: plic: support T-HEAD C910 PLIC
@ 2023-05-07 18:28 Jisheng Zhang
  2023-05-08  6:29 ` Guo Ren
  0 siblings, 1 reply; 3+ messages in thread
From: Jisheng Zhang @ 2023-05-07 18:28 UTC (permalink / raw)
  To: opensbi

T-HEAD's C910 PLIC still needs the delegation bit setting to allow
access from S-mode, but it doesn't need the edge quirk. To distinguish
it from C906, add C910 binding.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
---
 lib/utils/irqchip/fdt_irqchip_plic.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/utils/irqchip/fdt_irqchip_plic.c b/lib/utils/irqchip/fdt_irqchip_plic.c
index 1aadf91..ed572f7 100644
--- a/lib/utils/irqchip/fdt_irqchip_plic.c
+++ b/lib/utils/irqchip/fdt_irqchip_plic.c
@@ -165,6 +165,8 @@ static const struct fdt_match irqchip_plic_match[] = {
 	{ .compatible = "sifive,plic-1.0.0" },
 	{ .compatible = "thead,c900-plic",
 	  .data = thead_plic_plat_init },
+	{ .compatible = "thead,c910-plic",
+	  .data = thead_plic_plat_init },
 	{ /* sentinel */ }
 };
 
-- 
2.40.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-08 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07 18:28 [PATCH] lib: utils/irqchip: plic: support T-HEAD C910 PLIC Jisheng Zhang
2023-05-08  6:29 ` Guo Ren
2023-05-08 16:02   ` Jisheng Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox