From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ravikumar Kattekola Subject: Re: [PATCH 0/2] ARM: DRA7x/OMAP5: Clock: DPLL Clock fixes Date: Thu, 19 Feb 2015 20:38:29 +0530 Message-ID: <54E5FC6D.7040701@ti.com> References: <1422724005-9415-1-git-send-email-rk@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422724005-9415-1-git-send-email-rk@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: bcousson@baylibre.com Cc: tony@atomide.com, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org On 1/31/2015 10:36 PM, Ravikumar Kattekola wrote: > Fix bypass clock source for a few DPLLs. > > On DRA7x/OMAP5, for a few DPLLs, both CLKINP and CLKINPULOW are connected > to a mux and the output from mux is routed to the bypass clkout. > Add a mux-clock as bypass clock with CLKINP and CLKINPULOW as parents. > > Tested against: > tree: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git > branch: master > On: > CPU : OMAP5432 ES2.0 > Board: OMAP5432 uEVM > and > CPU : DRA752 ES1.0 > Board: DRA7xx > > > Ravikumar Kattekola (2): > ARM: DRA7x: dts: Fix the bypass clock source for dpll_iva and others > ARM: OMAP5: dts: Fix the bypass clock source for dpll_iva and others > > arch/arm/boot/dts/dra7xx-clocks.dtsi | 90 ++++++++++++++++++++++++++++---- > arch/arm/boot/dts/omap54xx-clocks.dtsi | 41 +++++++++++++-- > 2 files changed, 118 insertions(+), 13 deletions(-) > Hi Benoit, Can these fixes be looked into for 3.20-rc? Regards, RK From mboxrd@z Thu Jan 1 00:00:00 1970 From: rk@ti.com (Ravikumar Kattekola) Date: Thu, 19 Feb 2015 20:38:29 +0530 Subject: [PATCH 0/2] ARM: DRA7x/OMAP5: Clock: DPLL Clock fixes In-Reply-To: <1422724005-9415-1-git-send-email-rk@ti.com> References: <1422724005-9415-1-git-send-email-rk@ti.com> Message-ID: <54E5FC6D.7040701@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 1/31/2015 10:36 PM, Ravikumar Kattekola wrote: > Fix bypass clock source for a few DPLLs. > > On DRA7x/OMAP5, for a few DPLLs, both CLKINP and CLKINPULOW are connected > to a mux and the output from mux is routed to the bypass clkout. > Add a mux-clock as bypass clock with CLKINP and CLKINPULOW as parents. > > Tested against: > tree: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git > branch: master > On: > CPU : OMAP5432 ES2.0 > Board: OMAP5432 uEVM > and > CPU : DRA752 ES1.0 > Board: DRA7xx > > > Ravikumar Kattekola (2): > ARM: DRA7x: dts: Fix the bypass clock source for dpll_iva and others > ARM: OMAP5: dts: Fix the bypass clock source for dpll_iva and others > > arch/arm/boot/dts/dra7xx-clocks.dtsi | 90 ++++++++++++++++++++++++++++---- > arch/arm/boot/dts/omap54xx-clocks.dtsi | 41 +++++++++++++-- > 2 files changed, 118 insertions(+), 13 deletions(-) > Hi Benoit, Can these fixes be looked into for 3.20-rc? Regards, RK From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752245AbbBSPJr (ORCPT ); Thu, 19 Feb 2015 10:09:47 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:50800 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750955AbbBSPJq (ORCPT ); Thu, 19 Feb 2015 10:09:46 -0500 Message-ID: <54E5FC6D.7040701@ti.com> Date: Thu, 19 Feb 2015 20:38:29 +0530 From: Ravikumar Kattekola User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: CC: , , , , , , , , , , Subject: Re: [PATCH 0/2] ARM: DRA7x/OMAP5: Clock: DPLL Clock fixes References: <1422724005-9415-1-git-send-email-rk@ti.com> In-Reply-To: <1422724005-9415-1-git-send-email-rk@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/31/2015 10:36 PM, Ravikumar Kattekola wrote: > Fix bypass clock source for a few DPLLs. > > On DRA7x/OMAP5, for a few DPLLs, both CLKINP and CLKINPULOW are connected > to a mux and the output from mux is routed to the bypass clkout. > Add a mux-clock as bypass clock with CLKINP and CLKINPULOW as parents. > > Tested against: > tree: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git > branch: master > On: > CPU : OMAP5432 ES2.0 > Board: OMAP5432 uEVM > and > CPU : DRA752 ES1.0 > Board: DRA7xx > > > Ravikumar Kattekola (2): > ARM: DRA7x: dts: Fix the bypass clock source for dpll_iva and others > ARM: OMAP5: dts: Fix the bypass clock source for dpll_iva and others > > arch/arm/boot/dts/dra7xx-clocks.dtsi | 90 ++++++++++++++++++++++++++++---- > arch/arm/boot/dts/omap54xx-clocks.dtsi | 41 +++++++++++++-- > 2 files changed, 118 insertions(+), 13 deletions(-) > Hi Benoit, Can these fixes be looked into for 3.20-rc? Regards, RK