Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753586AbcD1Vfx (ORCPT ); Thu, 28 Apr 2016 17:35:53 -0400 Received: from mail.kernel.org ([198.145.29.136]:59969 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752796AbcD1Vfv (ORCPT ); Thu, 28 Apr 2016 17:35:51 -0400 Date: Thu, 28 Apr 2016 16:35:45 -0500 From: Rob Herring To: Franklin S Cooper Jr Cc: thierry.reding@gmail.com, tony@atomide.com, paul@pwsan.com, t-kristo@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, vigneshr@ti.com, nsekhar@ti.com Subject: Re: [PATCH v7 5/9] ARM: dts: am437x/am33xx/da850: Add new ECAP and EPWM bindings Message-ID: <20160428213545.GA28119@rob-hp-laptop> References: <1461710209-6563-1-git-send-email-fcooper@ti.com> <1461710209-6563-6-git-send-email-fcooper@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461710209-6563-6-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: 869 Lines: 18 On Tue, Apr 26, 2016 at 05:36:45PM -0500, Franklin S Cooper Jr wrote: > Switch to a new ECAP and EPWM bindings that doesn't depend on hwmod to > provide the various required clocks. > > For AM437 and AM335x, add the required clocks explicitly to DT. The > hwmod entries for ECAP and EPWM will be removed and this will prevent > anything from breaking. > > Signed-off-by: Franklin S Cooper Jr > --- > .../devicetree/bindings/pwm/pwm-tiecap.txt | 18 +++++--- > .../devicetree/bindings/pwm/pwm-tiehrpwm.txt | 18 +++++--- > arch/arm/boot/dts/am33xx.dtsi | 30 +++++++++--- > arch/arm/boot/dts/am4372.dtsi | 54 ++++++++++++++++++---- > arch/arm/boot/dts/da850.dtsi | 15 ++++-- > 5 files changed, 103 insertions(+), 32 deletions(-) Acked-by: Rob Herring