From 6eeee4fb1930a3863911cf3b620ec340c9227952 Mon Sep 17 00:00:00 2001 From: Ben Zong-You Xie Date: Fri, 11 Jul 2025 21:30:19 +0800 Subject: [PATCH] dt-bindings: interrupt-controller: add Andes QiLai PLIC Add a new compatible string for Andes QiLai PLIC. Acked-by: Rob Herring (Arm) Reviewed-by: Lad Prabhakar Signed-off-by: Ben Zong-You Xie Link: https://lore.kernel.org/r/20250711133025.2192404-4-ben717@andestech.com Signed-off-by: Arnd Bergmann --- .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml index ffc4768bad065..5b827bc243011 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml @@ -53,6 +53,7 @@ properties: oneOf: - items: - enum: + - andestech,qilai-plic - renesas,r9a07g043-plic - const: andestech,nceplic100 - items: -- 2.47.2