Message ID | 20211012134027.684712-4-kernel@esmil.dk (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Basic StarFive JH7100 RISC-V SoC support | expand |
On Tue, Oct 12, 2021 at 3:41 PM Emil Renner Berthing <kernel@esmil.dk> wrote: > Add compatible string for StarFive JH7100 plic. > > Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert
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 08d5a57ce00f..28b6b17fe4b2 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 @@ -45,6 +45,7 @@ properties: items: - enum: - sifive,fu540-c000-plic + - starfive,jh7100-plic - canaan,k210-plic - const: sifive,plic-1.0.0
Add compatible string for StarFive JH7100 plic. Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> --- .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 + 1 file changed, 1 insertion(+)