diff options
author | Hal Feng <hal.feng@starfivetech.com> | 2023-04-01 19:19:30 +0800 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-04-05 15:50:11 +0100 |
commit | 8868caa2a073cdac8a3c28e4e30cf72fe6b44f22 (patch) | |
tree | f15321ef48adfba80be82ad97a5670547bc0624a | |
parent | 8406d19ca0493aa8b4b83314efe57219c8bb92b6 (diff) | |
download | linux-stable-8868caa2a073cdac8a3c28e4e30cf72fe6b44f22.tar.gz |
dt-bindings: riscv: Add SiFive S7 compatible
Add a new compatible string in cpu.yaml for SiFive S7 CPU
core which is used on SiFive U74-MC core complex etc.
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r-- | Documentation/devicetree/bindings/riscv/cpus.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml index 001931d526ec..14b5b7ea0ce0 100644 --- a/Documentation/devicetree/bindings/riscv/cpus.yaml +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml @@ -35,6 +35,7 @@ properties: - sifive,e7 - sifive,e71 - sifive,rocket0 + - sifive,s7 - sifive,u5 - sifive,u54 - sifive,u7 |