Message ID | 20240612-sg2002-v2-2-19a585af6846@bootlin.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add board support for Sipeed LicheeRV Nano | expand |
On Wed, Jun 12, 2024 at 10:02:32AM +0200, Thomas Bonnefille wrote: > Add compatible string for SOPHGO SG2002 Platform-Level Interruter > Controller. > > Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> Missing Conor's ack. When sending new versions, it is your responsibility to add tags. > --- > .../devicetree/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 709b2211276b..7e1451f9786a 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 > @@ -67,6 +67,7 @@ properties: > - allwinner,sun20i-d1-plic > - sophgo,cv1800b-plic > - sophgo,cv1812h-plic > + - sophgo,sg2002-plic > - sophgo,sg2042-plic > - thead,th1520-plic > - const: thead,c900-plic > > -- > 2.45.2 >
On Wed, Jun 12, 2024 at 09:30:51AM -0600, Rob Herring wrote: > On Wed, Jun 12, 2024 at 10:02:32AM +0200, Thomas Bonnefille wrote: > > Add compatible string for SOPHGO SG2002 Platform-Level Interruter > > Controller. > > > > Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> > > Missing Conor's ack. When sending new versions, it is your > responsibility to add tags. Acked-by: Conor Dooley <conor.dooley@microchip.com>
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 709b2211276b..7e1451f9786a 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 @@ -67,6 +67,7 @@ properties: - allwinner,sun20i-d1-plic - sophgo,cv1800b-plic - sophgo,cv1812h-plic + - sophgo,sg2002-plic - sophgo,sg2042-plic - thead,th1520-plic - const: thead,c900-plic
Add compatible string for SOPHGO SG2002 Platform-Level Interruter Controller. Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> --- .../devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 + 1 file changed, 1 insertion(+)