linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition
@ 2016-06-08 16:41 Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 2/8] ARM: dts: at91: at91-ariag25: " Alexandre Belloni
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Alexandre Belloni @ 2016-06-08 16:41 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel, Alexandre Belloni

The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/animeo_ip.dts | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts
index 0962f2fa3f6e..419dd3981edf 100644
--- a/arch/arm/boot/dts/animeo_ip.dts
+++ b/arch/arm/boot/dts/animeo_ip.dts
@@ -32,15 +32,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <18432000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
-- 
2.8.1

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

* [PATCH 2/8] ARM: dts: at91: at91-ariag25: remove leftovers clock definition
  2016-06-08 16:41 [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition Alexandre Belloni
@ 2016-06-08 16:41 ` Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 3/8] ARM: dts: at91: at91-cosino: " Alexandre Belloni
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2016-06-08 16:41 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel, Alexandre Belloni,
	Sergio Tanzilli, Douglas Gilbert

The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.

Cc: Sergio Tanzilli <tanzilli@acmesystems.it>
Cc: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91-ariag25.dts | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/boot/dts/at91-ariag25.dts b/arch/arm/boot/dts/at91-ariag25.dts
index e9ced30159a7..f16a9b85a450 100644
--- a/arch/arm/boot/dts/at91-ariag25.dts
+++ b/arch/arm/boot/dts/at91-ariag25.dts
@@ -34,15 +34,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <12000000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
-- 
2.8.1

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

* [PATCH 3/8] ARM: dts: at91: at91-cosino: remove leftovers clock definition
  2016-06-08 16:41 [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 2/8] ARM: dts: at91: at91-ariag25: " Alexandre Belloni
@ 2016-06-08 16:41 ` Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 4/8] ARM: dts: at91: at91-foxg20: " Alexandre Belloni
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2016-06-08 16:41 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel, Alexandre Belloni,
	Rodolfo Giometti

The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.

Cc: Rodolfo Giometti <giometti@linux.it>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91-cosino.dtsi | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/boot/dts/at91-cosino.dtsi b/arch/arm/boot/dts/at91-cosino.dtsi
index b6ea3f4a7206..02d8ef43de3a 100644
--- a/arch/arm/boot/dts/at91-cosino.dtsi
+++ b/arch/arm/boot/dts/at91-cosino.dtsi
@@ -26,15 +26,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <12000000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
-- 
2.8.1

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

* [PATCH 4/8] ARM: dts: at91: at91-foxg20: remove leftovers clock definition
  2016-06-08 16:41 [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 2/8] ARM: dts: at91: at91-ariag25: " Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 3/8] ARM: dts: at91: at91-cosino: " Alexandre Belloni
@ 2016-06-08 16:41 ` Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 5/8] ARM: dts: at91: ge863-pro3: " Alexandre Belloni
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2016-06-08 16:41 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel, Alexandre Belloni,
	Sergio Tanzilli, Douglas Gilbert

The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.

Cc: Sergio Tanzilli <tanzilli@acmesystems.it>
Cc: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91-foxg20.dts | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/boot/dts/at91-foxg20.dts b/arch/arm/boot/dts/at91-foxg20.dts
index 6bf873e7d96c..f053fd8781af 100644
--- a/arch/arm/boot/dts/at91-foxg20.dts
+++ b/arch/arm/boot/dts/at91-foxg20.dts
@@ -23,15 +23,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <18432000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
-- 
2.8.1

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

* [PATCH 5/8] ARM: dts: at91: ge863-pro3: remove leftovers clock definition
  2016-06-08 16:41 [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition Alexandre Belloni
                   ` (2 preceding siblings ...)
  2016-06-08 16:41 ` [PATCH 4/8] ARM: dts: at91: at91-foxg20: " Alexandre Belloni
@ 2016-06-08 16:41 ` Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 6/8] ARM: dts: at91: mpa1600: " Alexandre Belloni
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2016-06-08 16:41 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel, Alexandre Belloni,
	Fabio Porcedda

The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.

Cc: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/ge863-pro3.dtsi | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/boot/dts/ge863-pro3.dtsi b/arch/arm/boot/dts/ge863-pro3.dtsi
index 0d0e62489d93..4aee5cc75fa4 100644
--- a/arch/arm/boot/dts/ge863-pro3.dtsi
+++ b/arch/arm/boot/dts/ge863-pro3.dtsi
@@ -11,15 +11,6 @@
 
 / {
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <6000000>;
-		};
-
 		main_xtal {
 			clock-frequency = <6000000>;
 		};
-- 
2.8.1

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

* [PATCH 6/8] ARM: dts: at91: mpa1600: remove leftovers clock definition
  2016-06-08 16:41 [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition Alexandre Belloni
                   ` (3 preceding siblings ...)
  2016-06-08 16:41 ` [PATCH 5/8] ARM: dts: at91: ge863-pro3: " Alexandre Belloni
@ 2016-06-08 16:41 ` Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 7/8] ARM: dts: at91: pm9g45: " Alexandre Belloni
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2016-06-08 16:41 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel, Alexandre Belloni,
	Joachim Eastwood

The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.

Cc: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/mpa1600.dts | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/boot/dts/mpa1600.dts b/arch/arm/boot/dts/mpa1600.dts
index f0f5e1098928..30e66e57870c 100644
--- a/arch/arm/boot/dts/mpa1600.dts
+++ b/arch/arm/boot/dts/mpa1600.dts
@@ -17,15 +17,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <18432000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
-- 
2.8.1

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

* [PATCH 7/8] ARM: dts: at91: pm9g45: remove leftovers clock definition
  2016-06-08 16:41 [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition Alexandre Belloni
                   ` (4 preceding siblings ...)
  2016-06-08 16:41 ` [PATCH 6/8] ARM: dts: at91: mpa1600: " Alexandre Belloni
@ 2016-06-08 16:41 ` Alexandre Belloni
  2016-06-08 16:41 ` [PATCH 8/8] ARM: dts: at91: calao: " Alexandre Belloni
  2016-06-08 16:52 ` [PATCH 1/8] ARM: dts: at91: animeo_ip: " Nicolas Ferre
  7 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2016-06-08 16:41 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel, Alexandre Belloni

The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/pm9g45.dts | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/boot/dts/pm9g45.dts b/arch/arm/boot/dts/pm9g45.dts
index 66afcff67fde..0abd7bf17568 100644
--- a/arch/arm/boot/dts/pm9g45.dts
+++ b/arch/arm/boot/dts/pm9g45.dts
@@ -21,15 +21,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <12000000>;
-		};
-
 		slow_xtal {
 		      clock-frequency = <32768>;
 		};
-- 
2.8.1

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

* [PATCH 8/8] ARM: dts: at91: calao: remove leftovers clock definition
  2016-06-08 16:41 [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition Alexandre Belloni
                   ` (5 preceding siblings ...)
  2016-06-08 16:41 ` [PATCH 7/8] ARM: dts: at91: pm9g45: " Alexandre Belloni
@ 2016-06-08 16:41 ` Alexandre Belloni
  2016-06-08 16:52 ` [PATCH 1/8] ARM: dts: at91: animeo_ip: " Nicolas Ferre
  7 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2016-06-08 16:41 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel, Alexandre Belloni

The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91-qil_a9260.dts    | 9 ---------
 arch/arm/boot/dts/tny_a9260_common.dtsi | 9 ---------
 arch/arm/boot/dts/tny_a9263.dts         | 9 ---------
 arch/arm/boot/dts/usb_a9260_common.dtsi | 9 ---------
 arch/arm/boot/dts/usb_a9263.dts         | 9 ---------
 5 files changed, 45 deletions(-)

diff --git a/arch/arm/boot/dts/at91-qil_a9260.dts b/arch/arm/boot/dts/at91-qil_a9260.dts
index 4f2eebf4a560..7b2745c4bf62 100644
--- a/arch/arm/boot/dts/at91-qil_a9260.dts
+++ b/arch/arm/boot/dts/at91-qil_a9260.dts
@@ -20,15 +20,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <12000000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
diff --git a/arch/arm/boot/dts/tny_a9260_common.dtsi b/arch/arm/boot/dts/tny_a9260_common.dtsi
index ce7138c3af1b..f9dc463b9e48 100644
--- a/arch/arm/boot/dts/tny_a9260_common.dtsi
+++ b/arch/arm/boot/dts/tny_a9260_common.dtsi
@@ -16,15 +16,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <12000000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
diff --git a/arch/arm/boot/dts/tny_a9263.dts b/arch/arm/boot/dts/tny_a9263.dts
index 3043296345b7..2f39f85158f7 100644
--- a/arch/arm/boot/dts/tny_a9263.dts
+++ b/arch/arm/boot/dts/tny_a9263.dts
@@ -21,15 +21,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <12000000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
diff --git a/arch/arm/boot/dts/usb_a9260_common.dtsi b/arch/arm/boot/dts/usb_a9260_common.dtsi
index 9beea8976584..02b6ff684463 100644
--- a/arch/arm/boot/dts/usb_a9260_common.dtsi
+++ b/arch/arm/boot/dts/usb_a9260_common.dtsi
@@ -8,15 +8,6 @@
 
 / {
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <12000000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
diff --git a/arch/arm/boot/dts/usb_a9263.dts b/arch/arm/boot/dts/usb_a9263.dts
index 8cc6edb29694..94c615072f3b 100644
--- a/arch/arm/boot/dts/usb_a9263.dts
+++ b/arch/arm/boot/dts/usb_a9263.dts
@@ -21,15 +21,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <12000000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
-- 
2.8.1

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

* Re: [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition
  2016-06-08 16:41 [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition Alexandre Belloni
                   ` (6 preceding siblings ...)
  2016-06-08 16:41 ` [PATCH 8/8] ARM: dts: at91: calao: " Alexandre Belloni
@ 2016-06-08 16:52 ` Nicolas Ferre
  2016-06-10 15:00   ` Alexandre Belloni
  7 siblings, 1 reply; 10+ messages in thread
From: Nicolas Ferre @ 2016-06-08 16:52 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel

Le 08/06/2016 18:41, Alexandre Belloni a écrit :
> The clocks group properties and the clock@0 node have been obsolete for two
> years, remove them.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

On the whole series:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>  arch/arm/boot/dts/animeo_ip.dts | 9 ---------
>  1 file changed, 9 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts
> index 0962f2fa3f6e..419dd3981edf 100644
> --- a/arch/arm/boot/dts/animeo_ip.dts
> +++ b/arch/arm/boot/dts/animeo_ip.dts
> @@ -32,15 +32,6 @@
>  	};
>  
>  	clocks {
> -		#address-cells = <1>;
> -		#size-cells = <1>;
> -		ranges;
> -
> -		main_clock: clock@0 {
> -			compatible = "atmel,osc", "fixed-clock";
> -			clock-frequency = <18432000>;
> -		};
> -
>  		slow_xtal {
>  			clock-frequency = <32768>;
>  		};
> 


-- 
Nicolas Ferre

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

* Re: [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition
  2016-06-08 16:52 ` [PATCH 1/8] ARM: dts: at91: animeo_ip: " Nicolas Ferre
@ 2016-06-10 15:00   ` Alexandre Belloni
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2016-06-10 15:00 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, Boris Brezillon,
	linux-arm-kernel, linux-kernel

On 08/06/2016 at 18:52:16 +0200, Nicolas Ferre wrote :
> Le 08/06/2016 18:41, Alexandre Belloni a écrit :
> > The clocks group properties and the clock@0 node have been obsolete for two
> > years, remove them.
> > 
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> 
> On the whole series:
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> 
> > ---
> >  arch/arm/boot/dts/animeo_ip.dts | 9 ---------
> >  1 file changed, 9 deletions(-)
> > 

Applied, now.


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-06-10 15:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-08 16:41 [PATCH 1/8] ARM: dts: at91: animeo_ip: remove leftovers clock definition Alexandre Belloni
2016-06-08 16:41 ` [PATCH 2/8] ARM: dts: at91: at91-ariag25: " Alexandre Belloni
2016-06-08 16:41 ` [PATCH 3/8] ARM: dts: at91: at91-cosino: " Alexandre Belloni
2016-06-08 16:41 ` [PATCH 4/8] ARM: dts: at91: at91-foxg20: " Alexandre Belloni
2016-06-08 16:41 ` [PATCH 5/8] ARM: dts: at91: ge863-pro3: " Alexandre Belloni
2016-06-08 16:41 ` [PATCH 6/8] ARM: dts: at91: mpa1600: " Alexandre Belloni
2016-06-08 16:41 ` [PATCH 7/8] ARM: dts: at91: pm9g45: " Alexandre Belloni
2016-06-08 16:41 ` [PATCH 8/8] ARM: dts: at91: calao: " Alexandre Belloni
2016-06-08 16:52 ` [PATCH 1/8] ARM: dts: at91: animeo_ip: " Nicolas Ferre
2016-06-10 15:00   ` Alexandre Belloni

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