diff options
author | Binbin Zhou <[email protected]> | 2024-04-11 10:58:32 +0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2024-04-11 00:30:10 -0700 |
commit | 267325629ee3f04b519c4070a0ac65e86354d94f (patch) | |
tree | 88c079c5368e81035a0a36002b25de9d7676f10d | |
parent | 85d4daa59555182f9c8b9f5fe951049a6d0aed0f (diff) |
dt-bindings: clock: loongson2: Add Loongson-2K2000 compatible
Add the devicetree compatible for Loongson-2K2000 clocks.
Signed-off-by: Binbin Zhou <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/4820325406aec322ae7c062e2b03437d0c95e820.1712731524.git.zhoubinbin@loongson.cn
Acked-by: Huacai Chen <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml b/Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml index 83baee40e200..4f79cdb417ab 100644 --- a/Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml +++ b/Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml @@ -18,6 +18,7 @@ properties: enum: - loongson,ls2k0500-clk - loongson,ls2k-clk # This is for Loongson-2K1000 + - loongson,ls2k2000-clk reg: maxItems: 1 |