diff mbox series

[v1,3/8] dt-bindings: clock: loongson2: add Loongson-2K0500 compatible

Message ID 7c7728451fdea3977c492f3daee260590af78d16.1710926402.git.zhoubinbin@loongson.cn
State Not Applicable
Headers show
Series Add Loongson-2k0500 and Loongson-2k2000 clock support | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Binbin Zhou March 26, 2024, 9:01 a.m. UTC
Add the devicetree compatible for Loongson-2K0500 clocks.

Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
---
 Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Conor Dooley March 26, 2024, 6:56 p.m. UTC | #1
On Tue, Mar 26, 2024 at 05:01:02PM +0800, Binbin Zhou wrote:
> Add the devicetree compatible for Loongson-2K0500 clocks.
> 
> Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
> ---
>  Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> 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

Ah yes, the generic "ls2k" compatibles strike again :)
Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.
diff mbox series

Patch

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