[PATCH 2/8] dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC

Dimitri John Ledkov xnox at ubuntu.com
Fri Mar 26 20:57:57 UTC 2021


From: Yash Shah <yash.shah at sifive.com>

Add new compatible strings in cpus.yaml to support the E71 and U74 CPU
cores ("harts") that are present on FU740-C000 SoC.

Signed-off-by: Yash Shah <yash.shah at sifive.com>
Reviewed-by: Rob Herring <robh at kernel.org>
Reviewed-by: Bin Meng <bin.meng at windriver.com>
Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>
---
 Documentation/devicetree/bindings/riscv/cpus.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml
index c6925e0b16e4..eb6843f69f7c 100644
--- a/Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
@@ -28,11 +28,17 @@ properties:
       - items:
           - enum:
               - sifive,rocket0
+              - sifive,bullet0
               - sifive,e5
+              - sifive,e7
               - sifive,e51
+              - sifive,e71
               - sifive,u54-mc
+              - sifive,u74-mc
               - sifive,u54
+              - sifive,u74
               - sifive,u5
+              - sifive,u7
           - const: riscv
       - const: riscv    # Simulator only
     description:
-- 
2.27.0




More information about the kernel-team mailing list