devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: imx: Remove 'clock-output-names' from the examples
@ 2012-11-28 15:34 Fabio Estevam
       [not found] ` <1354116856-25024-1-git-send-email-festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2012-11-28 15:34 UTC (permalink / raw)
  To: rob.herring-bsGFqQB8/DxBDgjK7y7TUQ
  Cc: Fabio Estevam, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

From: Fabio Estevam <fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

'clock-output-names' is not used in any of the dts/dtsi files for i.mx.

Remove it from the examples, so that the example and the real usage in the
dtsi files can match.

Signed-off-by: Fabio Estevam <fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
---
 .../devicetree/bindings/clock/imx23-clock.txt      |    5 -----
 .../devicetree/bindings/clock/imx25-clock.txt      |    4 ----
 .../devicetree/bindings/clock/imx28-clock.txt      |    5 -----
 .../devicetree/bindings/clock/imx6q-clock.txt      |    4 ----
 4 files changed, 18 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/imx23-clock.txt b/Documentation/devicetree/bindings/clock/imx23-clock.txt
index baadbb1..5083c0b 100644
--- a/Documentation/devicetree/bindings/clock/imx23-clock.txt
+++ b/Documentation/devicetree/bindings/clock/imx23-clock.txt
@@ -60,11 +60,6 @@ clks: clkctrl@80040000 {
 	compatible = "fsl,imx23-clkctrl";
 	reg = <0x80040000 0x2000>;
 	#clock-cells = <1>;
-	clock-output-names =
-		...
-		"uart",		/* 32 */
-		...
-		"end_of_list";
 };
 
 auart0: serial@8006c000 {
diff --git a/Documentation/devicetree/bindings/clock/imx25-clock.txt b/Documentation/devicetree/bindings/clock/imx25-clock.txt
index c2a3525..db4f2f0 100644
--- a/Documentation/devicetree/bindings/clock/imx25-clock.txt
+++ b/Documentation/devicetree/bindings/clock/imx25-clock.txt
@@ -146,10 +146,6 @@ clks: ccm@53f80000 {
 	compatible = "fsl,imx25-ccm";
 	reg = <0x53f80000 0x4000>;
 	interrupts = <31>;
-	clock-output-names = ...
-			"uart_ipg",
-			"uart_serial",
-			...;
 };
 
 uart1: serial@43f90000 {
diff --git a/Documentation/devicetree/bindings/clock/imx28-clock.txt b/Documentation/devicetree/bindings/clock/imx28-clock.txt
index 52a49a4..e6587af 100644
--- a/Documentation/devicetree/bindings/clock/imx28-clock.txt
+++ b/Documentation/devicetree/bindings/clock/imx28-clock.txt
@@ -83,11 +83,6 @@ clks: clkctrl@80040000 {
 	compatible = "fsl,imx28-clkctrl";
 	reg = <0x80040000 0x2000>;
 	#clock-cells = <1>;
-	clock-output-names =
-		...
-		"uart",		/* 45 */
-		...
-		"end_of_list";
 };
 
 auart0: serial@8006a000 {
diff --git a/Documentation/devicetree/bindings/clock/imx6q-clock.txt b/Documentation/devicetree/bindings/clock/imx6q-clock.txt
index 492bd99..d786519 100644
--- a/Documentation/devicetree/bindings/clock/imx6q-clock.txt
+++ b/Documentation/devicetree/bindings/clock/imx6q-clock.txt
@@ -206,10 +206,6 @@ clks: ccm@020c4000 {
 	reg = <0x020c4000 0x4000>;
 	interrupts = <0 87 0x04 0 88 0x04>;
 	#clock-cells = <1>;
-	clock-output-names = ...
-			     "uart_ipg",
-			     "uart_serial",
-			     ...;
 };
 
 uart1: serial@02020000 {
-- 
1.7.9.5

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

* Re: [PATCH] clk: imx: Remove 'clock-output-names' from the examples
       [not found] ` <1354116856-25024-1-git-send-email-festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2012-11-29 18:46   ` Rob Herring
  2012-12-04  3:24   ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2012-11-29 18:46 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Fabio Estevam, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	rob.herring-bsGFqQB8/DxBDgjK7y7TUQ

On 11/28/2012 09:34 AM, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> 
> 'clock-output-names' is not used in any of the dts/dtsi files for i.mx.
> 
> Remove it from the examples, so that the example and the real usage in the
> dtsi files can match.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> ---

This doesn't apply to my tree, so I guess it is dependent on something
else. So merge it with whatever it is dependent on.

Acked-by: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>

Rob

>  .../devicetree/bindings/clock/imx23-clock.txt      |    5 -----
>  .../devicetree/bindings/clock/imx25-clock.txt      |    4 ----
>  .../devicetree/bindings/clock/imx28-clock.txt      |    5 -----
>  .../devicetree/bindings/clock/imx6q-clock.txt      |    4 ----
>  4 files changed, 18 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/imx23-clock.txt b/Documentation/devicetree/bindings/clock/imx23-clock.txt
> index baadbb1..5083c0b 100644
> --- a/Documentation/devicetree/bindings/clock/imx23-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/imx23-clock.txt
> @@ -60,11 +60,6 @@ clks: clkctrl@80040000 {
>  	compatible = "fsl,imx23-clkctrl";
>  	reg = <0x80040000 0x2000>;
>  	#clock-cells = <1>;
> -	clock-output-names =
> -		...
> -		"uart",		/* 32 */
> -		...
> -		"end_of_list";
>  };
>  
>  auart0: serial@8006c000 {
> diff --git a/Documentation/devicetree/bindings/clock/imx25-clock.txt b/Documentation/devicetree/bindings/clock/imx25-clock.txt
> index c2a3525..db4f2f0 100644
> --- a/Documentation/devicetree/bindings/clock/imx25-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/imx25-clock.txt
> @@ -146,10 +146,6 @@ clks: ccm@53f80000 {
>  	compatible = "fsl,imx25-ccm";
>  	reg = <0x53f80000 0x4000>;
>  	interrupts = <31>;
> -	clock-output-names = ...
> -			"uart_ipg",
> -			"uart_serial",
> -			...;
>  };
>  
>  uart1: serial@43f90000 {
> diff --git a/Documentation/devicetree/bindings/clock/imx28-clock.txt b/Documentation/devicetree/bindings/clock/imx28-clock.txt
> index 52a49a4..e6587af 100644
> --- a/Documentation/devicetree/bindings/clock/imx28-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/imx28-clock.txt
> @@ -83,11 +83,6 @@ clks: clkctrl@80040000 {
>  	compatible = "fsl,imx28-clkctrl";
>  	reg = <0x80040000 0x2000>;
>  	#clock-cells = <1>;
> -	clock-output-names =
> -		...
> -		"uart",		/* 45 */
> -		...
> -		"end_of_list";
>  };
>  
>  auart0: serial@8006a000 {
> diff --git a/Documentation/devicetree/bindings/clock/imx6q-clock.txt b/Documentation/devicetree/bindings/clock/imx6q-clock.txt
> index 492bd99..d786519 100644
> --- a/Documentation/devicetree/bindings/clock/imx6q-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/imx6q-clock.txt
> @@ -206,10 +206,6 @@ clks: ccm@020c4000 {
>  	reg = <0x020c4000 0x4000>;
>  	interrupts = <0 87 0x04 0 88 0x04>;
>  	#clock-cells = <1>;
> -	clock-output-names = ...
> -			     "uart_ipg",
> -			     "uart_serial",
> -			     ...;
>  };
>  
>  uart1: serial@02020000 {
> 

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

* Re: [PATCH] clk: imx: Remove 'clock-output-names' from the examples
       [not found] ` <1354116856-25024-1-git-send-email-festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2012-11-29 18:46   ` Rob Herring
@ 2012-12-04  3:24   ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2012-12-04  3:24 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Fabio Estevam, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	rob.herring-bsGFqQB8/DxBDgjK7y7TUQ

On Wed, Nov 28, 2012 at 01:34:16PM -0200, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> 
> 'clock-output-names' is not used in any of the dts/dtsi files for i.mx.
> 
> Remove it from the examples, so that the example and the real usage in the
> dtsi files can match.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

Applied, thanks.

Shawn

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

end of thread, other threads:[~2012-12-04  3:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 15:34 [PATCH] clk: imx: Remove 'clock-output-names' from the examples Fabio Estevam
     [not found] ` <1354116856-25024-1-git-send-email-festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-29 18:46   ` Rob Herring
2012-12-04  3:24   ` Shawn Guo

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