Message ID | 20250407010616.749833-4-inochiama@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | riscv: sophgo: Introduce SG2044 SRD3-10 board support | expand |
On Mon, 07 Apr 2025 09:06:08 +0800, Inochi Amaoto wrote: > The SG2044 implement a standard T-HEAD C900 PLIC, which is > already supported by the kernel. > > Add compatible string for Sophgo SG2044 plic. > > Signed-off-by: Inochi Amaoto <inochiama@gmail.com> > --- > .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
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 3dfe425909d1..ffc4768bad06 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 @@ -70,6 +70,7 @@ properties: - sophgo,cv1812h-plic - sophgo,sg2002-plic - sophgo,sg2042-plic + - sophgo,sg2044-plic - thead,th1520-plic - const: thead,c900-plic - items:
The SG2044 implement a standard T-HEAD C900 PLIC, which is already supported by the kernel. Add compatible string for Sophgo SG2044 plic. Signed-off-by: Inochi Amaoto <inochiama@gmail.com> --- .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 + 1 file changed, 1 insertion(+)