[PATCH 02/34] dt-bindings: clock: samsung,s2mps11: add s2mpg10

André Draszik posted 34 patches 1 month, 2 weeks ago
There is a newer version of this series
[PATCH 02/34] dt-bindings: clock: samsung,s2mps11: add s2mpg10
Posted by André Draszik 1 month, 2 weeks ago
The Samsung S2MPG10 clock controller is similar to the existing clock
controllers supported by this binding. Register offsets / layout are
slightly different, so it needs its own compatible.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
---
 Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml b/Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml
index d5296e6053a1881650b8e8ff2524ea01689b7395..91d455155a606a60ed2006e57709466ae8d72664 100644
--- a/Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml
+++ b/Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml
@@ -25,6 +25,7 @@ description: |
 properties:
   compatible:
     enum:
+      - samsung,s2mpg10-clk
       - samsung,s2mps11-clk
       - samsung,s2mps13-clk # S2MPS13 and S2MPS15
       - samsung,s2mps14-clk

-- 
2.49.0.395.g12beb8f557-goog

Re: [PATCH 02/34] dt-bindings: clock: samsung,s2mps11: add s2mpg10
Posted by Stephen Boyd 1 month, 2 weeks ago
Quoting André Draszik (2025-03-23 15:39:18)
> The Samsung S2MPG10 clock controller is similar to the existing clock
> controllers supported by this binding. Register offsets / layout are
> slightly different, so it needs its own compatible.
> 
> Signed-off-by: André Draszik <andre.draszik@linaro.org>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>
Re: [PATCH 02/34] dt-bindings: clock: samsung,s2mps11: add s2mpg10
Posted by Rob Herring (Arm) 1 month, 2 weeks ago
On Sun, 23 Mar 2025 22:39:18 +0000, André Draszik wrote:
> The Samsung S2MPG10 clock controller is similar to the existing clock
> controllers supported by this binding. Register offsets / layout are
> slightly different, so it needs its own compatible.
> 
> Signed-off-by: André Draszik <andre.draszik@linaro.org>
> ---
>  Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>