diff options
author | 2021-10-10 16:48:27 +0200 | |
---|---|---|
committer | 2021-11-28 20:04:14 +0100 | |
commit | 3234d3a1374308615c0cde5e83e52f6b644eaf53 (patch) | |
tree | 4d21e06539fbbb3869b136f2f42e694a53a9d4dc | |
parent | RISC-V: Add StarFive SoC Kconfig option (diff) | |
download | wireguard-linux-3234d3a1374308615c0cde5e83e52f6b644eaf53.tar.xz wireguard-linux-3234d3a1374308615c0cde5e83e52f6b644eaf53.zip |
dt-bindings: timer: Add StarFive JH7100 clint
Add compatible string for the StarFive JH7100 clint.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
-rw-r--r-- | Documentation/devicetree/bindings/timer/sifive,clint.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml index a35952f48742..8d5f4687add9 100644 --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml @@ -25,6 +25,7 @@ properties: items: - enum: - sifive,fu540-c000-clint + - starfive,jh7100-clint - canaan,k210-clint - const: sifive,clint0 |