From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757934AbcCUTfH (ORCPT ); Mon, 21 Mar 2016 15:35:07 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:53829 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757211AbcCUTfE (ORCPT ); Mon, 21 Mar 2016 15:35:04 -0400 Subject: Re: [PATCH v3 1/3] clk: ti: am335x/am4372: Add tbclk to pwm node To: Stephen Boyd , Franklin S Cooper Jr References: <1458263723-25770-1-git-send-email-fcooper@ti.com> <1458263723-25770-2-git-send-email-fcooper@ti.com> <20160321184318.GS25972@codeaurora.org> CC: , , , , , , , , , , , , , , , From: Tero Kristo Message-ID: <56F04CBF.7080506@ti.com> Date: Mon, 21 Mar 2016 21:34:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160321184318.GS25972@codeaurora.org> 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 03/21/2016 08:43 PM, Stephen Boyd wrote: > On 03/17, Franklin S Cooper Jr wrote: >> Add tblck to the pwm nodes. This insures that the ehrpwm driver has access >> to the time-based clk. >> >> Do not remove similar entries for ehrpwm node. Later patches will switch >> from using ehrpwm node name to pwm. But to maintain ABI compatibility we >> shouldn't remove the old entries. >> >> Signed-off-by: Franklin S Cooper Jr >> --- > > Acked-by: Stephen Boyd > > Are there any plans to get off these DT_CLK entries entirely? The series that adds support for the hwmod clock type for OMAPs has a support patch that should address this problem at least partially; I am planning to post next rev of that set soonish. It should allow getting rid of majority of the clock aliases, I will remove any aliases I can at the same time. -Tero