linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc
@ 2015-04-16 12:25 Gaël PORTAY
  2015-04-16 12:45 ` Boris Brezillon
  2015-05-11  9:21 ` Nicolas Ferre
  0 siblings, 2 replies; 5+ messages in thread
From: Gaël PORTAY @ 2015-04-16 12:25 UTC (permalink / raw)
  To: linux-arm-kernel

The clock-frequency property became obsolete since the rework of the main
clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90).

It now get and uses the clock-frequency from the main_xtal node.

Signed-off-by: Ga?l PORTAY <g.portay@overkiz.com>
---
 arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 ------
 arch/arm/boot/dts/at91sam9rlek.dts          | 6 ------
 arch/arm/boot/dts/sama5d3xcm.dtsi           | 6 ------
 3 files changed, 18 deletions(-)

diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
index fec1fca..1721e9b 100644
--- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
@@ -204,12 +204,6 @@
 					};
 				};
 			};
-
-			pmc: pmc at fffffc00 {
-				main: mainck {
-					clock-frequency = <12000000>;
-				};
-			};
 		};
 
 		nand0: nand at 60000000 {
diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts
index 9be5b54..d9299be3 100644
--- a/arch/arm/boot/dts/at91sam9rlek.dts
+++ b/arch/arm/boot/dts/at91sam9rlek.dts
@@ -181,12 +181,6 @@
 				};
 			};
 
-			pmc: pmc at fffffc00 {
-				main: mainck {
-					clock-frequency = <12000000>;
-				};
-			};
-
 			watchdog at fffffd40 {
 				status = "okay";
 			};
diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi
index 7d6babd..ef404e9 100644
--- a/arch/arm/boot/dts/sama5d3xcm.dtsi
+++ b/arch/arm/boot/dts/sama5d3xcm.dtsi
@@ -67,12 +67,6 @@
 					rxd3-skew-ps = <400>;
 				};
 			};
-
-			pmc: pmc at fffffc00 {
-				main: mainck {
-					clock-frequency = <12000000>;
-				};
-			};
 		};
 
 		nand0: nand at 60000000 {
-- 
1.9.1

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

* [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc
  2015-04-16 12:25 [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc Gaël PORTAY
@ 2015-04-16 12:45 ` Boris Brezillon
  2015-05-04 16:08   ` Gaël PORTAY
  2015-05-11  9:21 ` Nicolas Ferre
  1 sibling, 1 reply; 5+ messages in thread
From: Boris Brezillon @ 2015-04-16 12:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 16 Apr 2015 14:25:44 +0200
Ga?l PORTAY <g.portay@overkiz.com> wrote:

> The clock-frequency property became obsolete since the rework of the main
> clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90).
> 
> It now get and uses the clock-frequency from the main_xtal node.
> 
> Signed-off-by: Ga?l PORTAY <g.portay@overkiz.com>

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

> ---
>  arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 ------
>  arch/arm/boot/dts/at91sam9rlek.dts          | 6 ------
>  arch/arm/boot/dts/sama5d3xcm.dtsi           | 6 ------
>  3 files changed, 18 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
> index fec1fca..1721e9b 100644
> --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
> @@ -204,12 +204,6 @@
>  					};
>  				};
>  			};
> -
> -			pmc: pmc at fffffc00 {
> -				main: mainck {
> -					clock-frequency = <12000000>;
> -				};
> -			};
>  		};
>  
>  		nand0: nand at 60000000 {
> diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts
> index 9be5b54..d9299be3 100644
> --- a/arch/arm/boot/dts/at91sam9rlek.dts
> +++ b/arch/arm/boot/dts/at91sam9rlek.dts
> @@ -181,12 +181,6 @@
>  				};
>  			};
>  
> -			pmc: pmc at fffffc00 {
> -				main: mainck {
> -					clock-frequency = <12000000>;
> -				};
> -			};
> -
>  			watchdog at fffffd40 {
>  				status = "okay";
>  			};
> diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi
> index 7d6babd..ef404e9 100644
> --- a/arch/arm/boot/dts/sama5d3xcm.dtsi
> +++ b/arch/arm/boot/dts/sama5d3xcm.dtsi
> @@ -67,12 +67,6 @@
>  					rxd3-skew-ps = <400>;
>  				};
>  			};
> -
> -			pmc: pmc at fffffc00 {
> -				main: mainck {
> -					clock-frequency = <12000000>;
> -				};
> -			};
>  		};
>  
>  		nand0: nand at 60000000 {



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc
  2015-04-16 12:45 ` Boris Brezillon
@ 2015-05-04 16:08   ` Gaël PORTAY
  2015-05-04 17:10     ` Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Gaël PORTAY @ 2015-05-04 16:08 UTC (permalink / raw)
  To: linux-arm-kernel

On 16/04/2015 14:45, Boris Brezillon wrote:
> On Thu, 16 Apr 2015 14:25:44 +0200
> Ga?l PORTAY <g.portay@overkiz.com> wrote:
>
>> The clock-frequency property became obsolete since the rework of the main
>> clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90).
>>
>> It now get and uses the clock-frequency from the main_xtal node.
>>
>> Signed-off-by: Ga?l PORTAY <g.portay@overkiz.com>
> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
>
>> ---
>>   arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 ------
>>   arch/arm/boot/dts/at91sam9rlek.dts          | 6 ------
>>   arch/arm/boot/dts/sama5d3xcm.dtsi           | 6 ------
>>   3 files changed, 18 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
>> index fec1fca..1721e9b 100644
>> --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
>> +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
>> @@ -204,12 +204,6 @@
>>   					};
>>   				};
>>   			};
>> -
>> -			pmc: pmc at fffffc00 {
>> -				main: mainck {
>> -					clock-frequency = <12000000>;
>> -				};
>> -			};
>>   		};
>>   
>>   		nand0: nand at 60000000 {
>> diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts
>> index 9be5b54..d9299be3 100644
>> --- a/arch/arm/boot/dts/at91sam9rlek.dts
>> +++ b/arch/arm/boot/dts/at91sam9rlek.dts
>> @@ -181,12 +181,6 @@
>>   				};
>>   			};
>>   
>> -			pmc: pmc at fffffc00 {
>> -				main: mainck {
>> -					clock-frequency = <12000000>;
>> -				};
>> -			};
>> -
>>   			watchdog at fffffd40 {
>>   				status = "okay";
>>   			};
>> diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi
>> index 7d6babd..ef404e9 100644
>> --- a/arch/arm/boot/dts/sama5d3xcm.dtsi
>> +++ b/arch/arm/boot/dts/sama5d3xcm.dtsi
>> @@ -67,12 +67,6 @@
>>   					rxd3-skew-ps = <400>;
>>   				};
>>   			};
>> -
>> -			pmc: pmc at fffffc00 {
>> -				main: mainck {
>> -					clock-frequency = <12000000>;
>> -				};
>> -			};
>>   		};
>>   
>>   		nand0: nand at 60000000 {
>>

Hi everyone,

Any news about this patch ?

Best regards,
Ga?l PORTAY

PS: I hope this mail does not sound insistent :)

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

* [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc
  2015-05-04 16:08   ` Gaël PORTAY
@ 2015-05-04 17:10     ` Alexandre Belloni
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2015-05-04 17:10 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/05/2015 at 18:08:28 +0200, Ga?l PORTAY wrote :
> Any news about this patch ?
> 

We are still quite early in the development cycle and Nicolas is not
available right now. Be patient ;)


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

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

* [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc
  2015-04-16 12:25 [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc Gaël PORTAY
  2015-04-16 12:45 ` Boris Brezillon
@ 2015-05-11  9:21 ` Nicolas Ferre
  1 sibling, 0 replies; 5+ messages in thread
From: Nicolas Ferre @ 2015-05-11  9:21 UTC (permalink / raw)
  To: linux-arm-kernel

Le 16/04/2015 14:25, Ga?l PORTAY a ?crit :
> The clock-frequency property became obsolete since the rework of the main
> clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90).
> 
> It now get and uses the clock-frequency from the main_xtal node.
> 
> Signed-off-by: Ga?l PORTAY <g.portay@overkiz.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

and queued in at91-4.2-dt branch.

Thanks!

> ---
>  arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 ------
>  arch/arm/boot/dts/at91sam9rlek.dts          | 6 ------
>  arch/arm/boot/dts/sama5d3xcm.dtsi           | 6 ------
>  3 files changed, 18 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
> index fec1fca..1721e9b 100644
> --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
> @@ -204,12 +204,6 @@
>  					};
>  				};
>  			};
> -
> -			pmc: pmc at fffffc00 {
> -				main: mainck {
> -					clock-frequency = <12000000>;
> -				};
> -			};
>  		};
>  
>  		nand0: nand at 60000000 {
> diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts
> index 9be5b54..d9299be3 100644
> --- a/arch/arm/boot/dts/at91sam9rlek.dts
> +++ b/arch/arm/boot/dts/at91sam9rlek.dts
> @@ -181,12 +181,6 @@
>  				};
>  			};
>  
> -			pmc: pmc at fffffc00 {
> -				main: mainck {
> -					clock-frequency = <12000000>;
> -				};
> -			};
> -
>  			watchdog at fffffd40 {
>  				status = "okay";
>  			};
> diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi
> index 7d6babd..ef404e9 100644
> --- a/arch/arm/boot/dts/sama5d3xcm.dtsi
> +++ b/arch/arm/boot/dts/sama5d3xcm.dtsi
> @@ -67,12 +67,6 @@
>  					rxd3-skew-ps = <400>;
>  				};
>  			};
> -
> -			pmc: pmc at fffffc00 {
> -				main: mainck {
> -					clock-frequency = <12000000>;
> -				};
> -			};
>  		};
>  
>  		nand0: nand at 60000000 {
> 


-- 
Nicolas Ferre

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

end of thread, other threads:[~2015-05-11  9:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 12:25 [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc Gaël PORTAY
2015-04-16 12:45 ` Boris Brezillon
2015-05-04 16:08   ` Gaël PORTAY
2015-05-04 17:10     ` Alexandre Belloni
2015-05-11  9:21 ` Nicolas Ferre

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