From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752960AbbBYHgB (ORCPT ); Wed, 25 Feb 2015 02:36:01 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:51834 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751023AbbBYHf7 (ORCPT ); Wed, 25 Feb 2015 02:35:59 -0500 Message-ID: <54ED7B4A.2030201@ti.com> Date: Wed, 25 Feb 2015 09:35:38 +0200 From: Tero Kristo User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Tony Lindgren , Vignesh R CC: Benoit Cousson , Russell King , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , , , , Subject: Re: [PATCH 0/2] fix ehrpwm tbclk data on am33xx and am43xx References: <1423546542-29664-1-git-send-email-vigneshr@ti.com> <20150224171546.GB28244@atomide.com> In-Reply-To: <20150224171546.GB28244@atomide.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 02/24/2015 07:15 PM, Tony Lindgren wrote: > * Vignesh R [150209 22:43]: >> In am33xx and am43xx, ehrpwm tbclk is derived from functional clock of >> PWMSS. The schematics and TRMs show that there is only one input clock to >> the PWMSS. But currently, tbclk is wrongly shown to be deriving from >> dpll_per_m2_ck instead of functional clock l4ls_gclk in the DT. >> >> Fixing ehrpwm tbclk data to reflect the right clk source. >> Tested on beaglebone and am437x-gp-evm. >> >> Vignesh R (2): >> ARM: dts: am33xx-clocks: Fix ehrpwm tbclk data on am33xx >> ARM: dts: am43xx-clocks: Fix ehrpwm tbclk data on am43xx >> >> arch/arm/boot/dts/am33xx-clocks.dtsi | 6 +++--- >> arch/arm/boot/dts/am43xx-clocks.dtsi | 12 ++++++------ >> 2 files changed, 9 insertions(+), 9 deletions(-) > > Tero, care to check this one too and ack if OK? These look fine also, just verified from TRM. These two were actually buried in my mailbox, sorry about that. Acked-by: Tero Kristo