linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock
@ 2014-07-15 10:02 Stefan Herbrechtsmeier
  2014-07-16  0:29 ` Laurent Pinchart
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Herbrechtsmeier @ 2014-07-15 10:02 UTC (permalink / raw)
  Cc: Stefan Herbrechtsmeier, Laurent Pinchart, Tony Lindgren,
	Tero Kristo, linux-media, linux-omap

Set 'ti,set-rate-parent' property for the dpll4_m5x2_ck clock, which
is used for the ISP functional clock. This fixes the OMAP3 ISP driver's
clock rate configuration on OMAP34xx, which needs the rate to be
propagated properly to the divider node (dpll4_m5_ck).

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Tero Kristo <t-kristo@ti.com>
Cc: <linux-media@vger.kernel.org>
Cc: <linux-omap@vger.kernel.org>
---
 arch/arm/boot/dts/omap3xxx-clocks.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/omap3xxx-clocks.dtsi b/arch/arm/boot/dts/omap3xxx-clocks.dtsi
index e47ff69..5c37500 100644
--- a/arch/arm/boot/dts/omap3xxx-clocks.dtsi
+++ b/arch/arm/boot/dts/omap3xxx-clocks.dtsi
@@ -467,6 +467,7 @@
 		ti,bit-shift = <0x1e>;
 		reg = <0x0d00>;
 		ti,set-bit-to-disable;
+		ti,set-rate-parent;
 	};
 
 	dpll4_m6_ck: dpll4_m6_ck {
-- 
2.0.1


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

* Re: [PATCH] ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock
  2014-07-15 10:02 [PATCH] ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock Stefan Herbrechtsmeier
@ 2014-07-16  0:29 ` Laurent Pinchart
  2014-07-30 12:40   ` Tero Kristo
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2014-07-16  0:29 UTC (permalink / raw)
  To: Stefan Herbrechtsmeier
  Cc: Tony Lindgren, Tero Kristo, linux-media, linux-omap

Hi Stefan,

Thank you for the patch.

On Tuesday 15 July 2014 12:02:35 Stefan Herbrechtsmeier wrote:
> Set 'ti,set-rate-parent' property for the dpll4_m5x2_ck clock, which
> is used for the ISP functional clock. This fixes the OMAP3 ISP driver's
> clock rate configuration on OMAP34xx, which needs the rate to be
> propagated properly to the divider node (dpll4_m5_ck).
> 
> Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Tero Kristo <t-kristo@ti.com>
> Cc: <linux-media@vger.kernel.org>
> Cc: <linux-omap@vger.kernel.org>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Tero, could you please process it for v3.17 if time still permits ?

> ---
>  arch/arm/boot/dts/omap3xxx-clocks.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/omap3xxx-clocks.dtsi
> b/arch/arm/boot/dts/omap3xxx-clocks.dtsi index e47ff69..5c37500 100644
> --- a/arch/arm/boot/dts/omap3xxx-clocks.dtsi
> +++ b/arch/arm/boot/dts/omap3xxx-clocks.dtsi
> @@ -467,6 +467,7 @@
>  		ti,bit-shift = <0x1e>;
>  		reg = <0x0d00>;
>  		ti,set-bit-to-disable;
> +		ti,set-rate-parent;
>  	};
> 
>  	dpll4_m6_ck: dpll4_m6_ck {

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH] ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock
  2014-07-16  0:29 ` Laurent Pinchart
@ 2014-07-30 12:40   ` Tero Kristo
  2014-07-30 12:44     ` Laurent Pinchart
  0 siblings, 1 reply; 4+ messages in thread
From: Tero Kristo @ 2014-07-30 12:40 UTC (permalink / raw)
  To: Laurent Pinchart, Stefan Herbrechtsmeier
  Cc: Tony Lindgren, linux-media, linux-omap

On 07/16/2014 03:29 AM, Laurent Pinchart wrote:
> Hi Stefan,
>
> Thank you for the patch.
>
> On Tuesday 15 July 2014 12:02:35 Stefan Herbrechtsmeier wrote:
>> Set 'ti,set-rate-parent' property for the dpll4_m5x2_ck clock, which
>> is used for the ISP functional clock. This fixes the OMAP3 ISP driver's
>> clock rate configuration on OMAP34xx, which needs the rate to be
>> propagated properly to the divider node (dpll4_m5_ck).
>>
>> Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
>> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>> Cc: Tony Lindgren <tony@atomide.com>
>> Cc: Tero Kristo <t-kristo@ti.com>
>> Cc: <linux-media@vger.kernel.org>
>> Cc: <linux-omap@vger.kernel.org>
>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>
> Tero, could you please process it for v3.17 if time still permits ?

This is too late for 3.17 merge window as I was on holiday last few 
weeks. Queued for 3.17-rc early fixes though.

-Tero

>
>> ---
>>   arch/arm/boot/dts/omap3xxx-clocks.dtsi | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/boot/dts/omap3xxx-clocks.dtsi
>> b/arch/arm/boot/dts/omap3xxx-clocks.dtsi index e47ff69..5c37500 100644
>> --- a/arch/arm/boot/dts/omap3xxx-clocks.dtsi
>> +++ b/arch/arm/boot/dts/omap3xxx-clocks.dtsi
>> @@ -467,6 +467,7 @@
>>   		ti,bit-shift = <0x1e>;
>>   		reg = <0x0d00>;
>>   		ti,set-bit-to-disable;
>> +		ti,set-rate-parent;
>>   	};
>>
>>   	dpll4_m6_ck: dpll4_m6_ck {
>


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

* Re: [PATCH] ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock
  2014-07-30 12:40   ` Tero Kristo
@ 2014-07-30 12:44     ` Laurent Pinchart
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2014-07-30 12:44 UTC (permalink / raw)
  To: Tero Kristo
  Cc: Stefan Herbrechtsmeier, Tony Lindgren, linux-media, linux-omap

On Wednesday 30 July 2014 15:40:33 Tero Kristo wrote:
> On 07/16/2014 03:29 AM, Laurent Pinchart wrote:
> > On Tuesday 15 July 2014 12:02:35 Stefan Herbrechtsmeier wrote:
> >> Set 'ti,set-rate-parent' property for the dpll4_m5x2_ck clock, which
> >> is used for the ISP functional clock. This fixes the OMAP3 ISP driver's
> >> clock rate configuration on OMAP34xx, which needs the rate to be
> >> propagated properly to the divider node (dpll4_m5_ck).
> >> 
> >> Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
> >> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> >> Cc: Tony Lindgren <tony@atomide.com>
> >> Cc: Tero Kristo <t-kristo@ti.com>
> >> Cc: <linux-media@vger.kernel.org>
> >> Cc: <linux-omap@vger.kernel.org>
> > 
> > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > 
> > Tero, could you please process it for v3.17 if time still permits ?
> 
> This is too late for 3.17 merge window as I was on holiday last few
> weeks. Queued for 3.17-rc early fixes though.

Kiitos.

> >> ---
> >> 
> >>   arch/arm/boot/dts/omap3xxx-clocks.dtsi | 1 +
> >>   1 file changed, 1 insertion(+)
> >> 
> >> diff --git a/arch/arm/boot/dts/omap3xxx-clocks.dtsi
> >> b/arch/arm/boot/dts/omap3xxx-clocks.dtsi index e47ff69..5c37500 100644
> >> --- a/arch/arm/boot/dts/omap3xxx-clocks.dtsi
> >> +++ b/arch/arm/boot/dts/omap3xxx-clocks.dtsi
> >> @@ -467,6 +467,7 @@
> >>   		ti,bit-shift = <0x1e>;
> >>   		reg = <0x0d00>;
> >>   		ti,set-bit-to-disable;
> >> +		ti,set-rate-parent;
> >>   	};
> >>   	
> >>   	dpll4_m6_ck: dpll4_m6_ck {

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2014-07-30 12:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-15 10:02 [PATCH] ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock Stefan Herbrechtsmeier
2014-07-16  0:29 ` Laurent Pinchart
2014-07-30 12:40   ` Tero Kristo
2014-07-30 12:44     ` Laurent Pinchart

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