[PATCH 2/9] dt-bindings: interrupt-controller: Add Sophgo SG2044 CLINT mswi

Inochi Amaoto posted 9 patches 10 months, 1 week ago
There is a newer version of this series
[PATCH 2/9] dt-bindings: interrupt-controller: Add Sophgo SG2044 CLINT mswi
Posted by Inochi Amaoto 10 months, 1 week ago
As SG2044 also implements an enhanced ACLINT as SG204, add necessary
compatible string for SG2044 SoC.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
---
 .../bindings/interrupt-controller/thead,c900-aclint-mswi.yaml    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/thead,c900-aclint-mswi.yaml b/Documentation/devicetree/bindings/interrupt-controller/thead,c900-aclint-mswi.yaml
index 065f2544b63b..d6fb08a54167 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/thead,c900-aclint-mswi.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/thead,c900-aclint-mswi.yaml
@@ -14,6 +14,7 @@ properties:
     items:
       - enum:
           - sophgo,sg2042-aclint-mswi
+          - sophgo,sg2044-aclint-mswi
       - const: thead,c900-aclint-mswi
 
   reg:
-- 
2.49.0
Re: [PATCH 2/9] dt-bindings: interrupt-controller: Add Sophgo SG2044 CLINT mswi
Posted by Rob Herring (Arm) 10 months, 1 week ago
On Mon, 07 Apr 2025 09:06:07 +0800, Inochi Amaoto wrote:
> As SG2044 also implements an enhanced ACLINT as SG204, add necessary
> compatible string for SG2044 SoC.
> 
> Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
> ---
>  .../bindings/interrupt-controller/thead,c900-aclint-mswi.yaml    | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>