From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753452AbbBXRkL (ORCPT ); Tue, 24 Feb 2015 12:40:11 -0500 Received: from pmta2.delivery6.ore.mailhop.org ([54.200.129.228]:46344 "EHLO pmta2.delivery6.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752503AbbBXRkI (ORCPT ); Tue, 24 Feb 2015 12:40:08 -0500 X-Greylist: delayed 1201 seconds by postgrey-1.27 at vger.kernel.org; Tue, 24 Feb 2015 12:40:08 EST X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 104.193.169.186 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX19lbECZ2etrhY/66Dhld9Ba Date: Tue, 24 Feb 2015 09:15:46 -0800 From: Tony Lindgren To: Vignesh R Cc: Benoit Cousson , Tero Kristo , Russell King , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] fix ehrpwm tbclk data on am33xx and am43xx Message-ID: <20150224171546.GB28244@atomide.com> References: <1423546542-29664-1-git-send-email-vigneshr@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423546542-29664-1-git-send-email-vigneshr@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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? Thanks, Tony