diff options
author | Binbin Zhou <[email protected]> | 2024-04-11 10:58:08 +0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2024-04-11 00:30:04 -0700 |
commit | 5aa9d3a79bc66f2cc9ef9e89ffe7f37a96d47ce8 (patch) | |
tree | 7cac2e13a65d04c03f1eabc5556c5cafe0ea47e0 | |
parent | 9796ec0bd04bb0e70487127d44949ca0554df5d3 (diff) |
dt-bindings: clock: loongson2: Add Loongson-2K0500 compatible
Add the devicetree compatible for Loongson-2K0500 clocks.
Signed-off-by: Binbin Zhou <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/c4784102d2bb8bf6982799babe39d5827235461d.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml b/Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml index 63a59015987e..83baee40e200 100644 --- a/Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml +++ b/Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml @@ -16,7 +16,8 @@ description: | properties: compatible: enum: - - loongson,ls2k-clk + - loongson,ls2k0500-clk + - loongson,ls2k-clk # This is for Loongson-2K1000 reg: maxItems: 1 |