diff options
author | 2023-06-18 00:15:23 +0800 | |
---|---|---|
committer | 2023-06-17 19:04:08 +0100 | |
commit | 413c24b03f4e50f7e8000079d51122e44d8a8f64 (patch) | |
tree | ab2c0f5619321e2c7d0fc8e7c5262d281b8ea09b | |
parent | dt-bindings: interrupt-controller: Add T-HEAD's TH1520 PLIC (diff) | |
download | wireguard-linux-413c24b03f4e50f7e8000079d51122e44d8a8f64.tar.xz wireguard-linux-413c24b03f4e50f7e8000079d51122e44d8a8f64.zip |
dt-bindings: timer: Add T-HEAD TH1520 clint
Add compatible string for the T-HEAD TH1520 clint.
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to '')
-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 94bef9424df1..388d3385d7eb 100644 --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml @@ -37,6 +37,7 @@ properties: - items: - enum: - allwinner,sun20i-d1-clint + - thead,th1520-clint - const: thead,c900-clint - items: - const: sifive,clint0 |