From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from perceval.ideasonboard.com ([95.142.166.194]:39027 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752989AbaG3MoX (ORCPT ); Wed, 30 Jul 2014 08:44:23 -0400 From: Laurent Pinchart To: Tero Kristo Cc: Stefan Herbrechtsmeier , Tony Lindgren , linux-media@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock Date: Wed, 30 Jul 2014 14:44:43 +0200 Message-ID: <4937815.BTzd6lYJHL@avalon> In-Reply-To: <53D8E7C1.7010101@ti.com> References: <1405418556-7030-1-git-send-email-stefan@herbrechtsmeier.net> <3350943.lsAUHoxgP5@avalon> <53D8E7C1.7010101@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: 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 > >> Cc: Laurent Pinchart > >> Cc: Tony Lindgren > >> Cc: Tero Kristo > >> Cc: > >> Cc: > > > > Acked-by: Laurent Pinchart > > > > 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