linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: fsl: scu: add imx8dxl scu clock support
@ 2022-02-22  8:21 Abel Vesa
  2022-02-25 19:16 ` Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Abel Vesa @ 2022-02-22  8:21 UTC (permalink / raw)
  To: Rob Herring, Dong Aisheng
  Cc: devicetree, Linux Kernel Mailing List, NXP Linux Team, linux-clk

Add imx8dxl scu clock support.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
index fd0061712443..a87ec15e28d2 100644
--- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
+++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
@@ -86,6 +86,7 @@ This binding uses the common clock binding[1].
 
 Required properties:
 - compatible:		Should be one of:
+			  "fsl,imx8dxl-clk"
 			  "fsl,imx8qm-clk"
 			  "fsl,imx8qxp-clk"
 			followed by "fsl,scu-clk"
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: fsl: scu: add imx8dxl scu clock support
  2022-02-22  8:21 [PATCH] dt-bindings: fsl: scu: add imx8dxl scu clock support Abel Vesa
@ 2022-02-25 19:16 ` Rob Herring
  2022-02-28  9:24   ` Abel Vesa
  2022-02-25 22:47 ` Stephen Boyd
  2022-02-28  9:27 ` Abel Vesa
  2 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2022-02-25 19:16 UTC (permalink / raw)
  To: Abel Vesa
  Cc: Dong Aisheng, devicetree, Linux Kernel Mailing List,
	NXP Linux Team, linux-clk

On Tue, Feb 22, 2022 at 10:21:40AM +0200, Abel Vesa wrote:
> Add imx8dxl scu clock support.
> 
> Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
> ---
>  Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 1 +
>  1 file changed, 1 insertion(+)

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

But please convert this to schema.

Rob

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

* Re: [PATCH] dt-bindings: fsl: scu: add imx8dxl scu clock support
  2022-02-22  8:21 [PATCH] dt-bindings: fsl: scu: add imx8dxl scu clock support Abel Vesa
  2022-02-25 19:16 ` Rob Herring
@ 2022-02-25 22:47 ` Stephen Boyd
  2022-02-28  9:27 ` Abel Vesa
  2 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2022-02-25 22:47 UTC (permalink / raw)
  To: Abel Vesa, Dong Aisheng, Rob Herring
  Cc: devicetree, Linux Kernel Mailing List, NXP Linux Team, linux-clk

Quoting Abel Vesa (2022-02-22 00:21:40)
> Add imx8dxl scu clock support.
> 
> Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>

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

* Re: [PATCH] dt-bindings: fsl: scu: add imx8dxl scu clock support
  2022-02-25 19:16 ` Rob Herring
@ 2022-02-28  9:24   ` Abel Vesa
  0 siblings, 0 replies; 5+ messages in thread
From: Abel Vesa @ 2022-02-28  9:24 UTC (permalink / raw)
  To: Rob Herring
  Cc: Dong Aisheng, devicetree, Linux Kernel Mailing List,
	NXP Linux Team, linux-clk

On 22-02-25 13:16:21, Rob Herring wrote:
> On Tue, Feb 22, 2022 at 10:21:40AM +0200, Abel Vesa wrote:
> > Add imx8dxl scu clock support.
> > 
> > Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
> > ---
> >  Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 1 +
> >  1 file changed, 1 insertion(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>

Thanks.

> 
> But please convert this to schema.

Will do in a separate patch.

> 
> Rob

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

* Re: [PATCH] dt-bindings: fsl: scu: add imx8dxl scu clock support
  2022-02-22  8:21 [PATCH] dt-bindings: fsl: scu: add imx8dxl scu clock support Abel Vesa
  2022-02-25 19:16 ` Rob Herring
  2022-02-25 22:47 ` Stephen Boyd
@ 2022-02-28  9:27 ` Abel Vesa
  2 siblings, 0 replies; 5+ messages in thread
From: Abel Vesa @ 2022-02-28  9:27 UTC (permalink / raw)
  To: Rob Herring, Dong Aisheng
  Cc: devicetree, Linux Kernel Mailing List, NXP Linux Team, linux-clk

On 22-02-22 10:21:40, Abel Vesa wrote:
> Add imx8dxl scu clock support.
> 
> Signed-off-by: Abel Vesa <abel.vesa@nxp.com>

Applied.

> ---
>  Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
> index fd0061712443..a87ec15e28d2 100644
> --- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
> +++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
> @@ -86,6 +86,7 @@ This binding uses the common clock binding[1].
>  
>  Required properties:
>  - compatible:		Should be one of:
> +			  "fsl,imx8dxl-clk"
>  			  "fsl,imx8qm-clk"
>  			  "fsl,imx8qxp-clk"
>  			followed by "fsl,scu-clk"
> -- 
> 2.34.1
>

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

end of thread, other threads:[~2022-02-28  9:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22  8:21 [PATCH] dt-bindings: fsl: scu: add imx8dxl scu clock support Abel Vesa
2022-02-25 19:16 ` Rob Herring
2022-02-28  9:24   ` Abel Vesa
2022-02-25 22:47 ` Stephen Boyd
2022-02-28  9:27 ` Abel Vesa

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).