Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751779AbcCASLQ (ORCPT ); Tue, 1 Mar 2016 13:11:16 -0500 Received: from muru.com ([72.249.23.125]:47715 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084AbcCASLN (ORCPT ); Tue, 1 Mar 2016 13:11:13 -0500 Date: Tue, 1 Mar 2016 10:11:10 -0800 From: Tony Lindgren To: Franklin S Cooper Jr Cc: paul@pwsan.com, t-kristo@ti.com, vigneshr@ti.com, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v3 2/5] ARM: OMAP2+: DRA7: Add hwmod entries for PWMSS Message-ID: <20160301181109.GB13417@atomide.com> References: <1456439796-28546-1-git-send-email-fcooper@ti.com> <1456439796-28546-3-git-send-email-fcooper@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456439796-28546-3-git-send-email-fcooper@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 709 Lines: 21 * Franklin S Cooper Jr [160225 14:37]: > From: Vignesh R > > Add hwmod entries for the PWMSS on DRA7. > > Set l4_root_clk_div as the main_clk of PWMSS. It is fixed-factored clock > equal to L4PER2_L3_GICLK/2(l3_iclk_div/2). > As per AM57x TRM SPRUHZ6[1], October 2014, Section 29.1.3 Table 29-4, > clock source to PWMSS is L4PER2_L3_GICLK. But it is actually > L4PER2_L3_GICLK/2. The TRM does not show the division by 2. > > [1] www.ti.com/lit/ug/spruhz6/spruhz6.pdf Looks OK to me, assuming Paul will pick this one or ack it. FYI, the URL above is outdated, looks like there's spruhz7a.pdf available. Not sure if that's been corrected for the divider? Regards, Tony