devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] dt-bindings: clock: remove assigned-clock* from rk3588 cru binding
@ 2024-08-29 16:58 Sebastian Reichel
  2024-08-29 21:54 ` Heiko Stübner
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Reichel @ 2024-08-29 16:58 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-clk,
	devicetree, linux-rockchip, Sebastian Reichel, kernel

These properties are automatically taken over from the common clock
schema:

https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
 .../devicetree/bindings/clock/rockchip,rk3588-cru.yaml        | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml
index 74cd3f3f229a..4ff175c4992b 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml
+++ b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml
@@ -42,10 +42,6 @@ properties:
       - const: xin24m
       - const: xin32k
 
-  assigned-clocks: true
-
-  assigned-clock-rates: true
-
   rockchip,grf:
     $ref: /schemas/types.yaml#/definitions/phandle
     description: >
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] dt-bindings: clock: remove assigned-clock* from rk3588 cru binding
  2024-08-29 16:58 [PATCH v1 1/1] dt-bindings: clock: remove assigned-clock* from rk3588 cru binding Sebastian Reichel
@ 2024-08-29 21:54 ` Heiko Stübner
  2024-08-29 23:44   ` Sebastian Reichel
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Stübner @ 2024-08-29 21:54 UTC (permalink / raw)
  To: Sebastian Reichel
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-clk,
	devicetree, linux-rockchip, Sebastian Reichel, kernel

Hi Sebastian,

Am Donnerstag, 29. August 2024, 18:58:05 CEST schrieb Sebastian Reichel:
> These properties are automatically taken over from the common clock
> schema:
> 
> https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml
> 
> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
> ---
>  .../devicetree/bindings/clock/rockchip,rk3588-cru.yaml        | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml
> index 74cd3f3f229a..4ff175c4992b 100644
> --- a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml
> +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml
> @@ -42,10 +42,6 @@ properties:
>        - const: xin24m
>        - const: xin32k
>  
> -  assigned-clocks: true
> -
> -  assigned-clock-rates: true
> -
>    rockchip,grf:
>      $ref: /schemas/types.yaml#/definitions/phandle
>      description: >
> 

I already applied a similar patch from Krzysztof today:
https://lore.kernel.org/all/20240818173014.122073-4-krzysztof.kozlowski@linaro.org/



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] dt-bindings: clock: remove assigned-clock* from rk3588 cru binding
  2024-08-29 21:54 ` Heiko Stübner
@ 2024-08-29 23:44   ` Sebastian Reichel
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2024-08-29 23:44 UTC (permalink / raw)
  To: Heiko Stübner
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-clk,
	devicetree, linux-rockchip, kernel

[-- Attachment #1: Type: text/plain, Size: 1421 bytes --]

Hi,

On Thu, Aug 29, 2024 at 11:54:17PM GMT, Heiko Stübner wrote:
> Hi Sebastian,
> 
> Am Donnerstag, 29. August 2024, 18:58:05 CEST schrieb Sebastian Reichel:
> > These properties are automatically taken over from the common clock
> > schema:
> > 
> > https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml
> > 
> > Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
> > ---
> >  .../devicetree/bindings/clock/rockchip,rk3588-cru.yaml        | 4 ----
> >  1 file changed, 4 deletions(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml
> > index 74cd3f3f229a..4ff175c4992b 100644
> > --- a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml
> > +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml
> > @@ -42,10 +42,6 @@ properties:
> >        - const: xin24m
> >        - const: xin32k
> >  
> > -  assigned-clocks: true
> > -
> > -  assigned-clock-rates: true
> > -
> >    rockchip,grf:
> >      $ref: /schemas/types.yaml#/definitions/phandle
> >      description: >
> > 
> 
> I already applied a similar patch from Krzysztof today:
> https://lore.kernel.org/all/20240818173014.122073-4-krzysztof.kozlowski@linaro.org/

Ah great, I didn't notice that patch. Sorry for the noise.

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-29 23:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29 16:58 [PATCH v1 1/1] dt-bindings: clock: remove assigned-clock* from rk3588 cru binding Sebastian Reichel
2024-08-29 21:54 ` Heiko Stübner
2024-08-29 23:44   ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).