From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8928AC47256 for ; Tue, 5 May 2020 18:02:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7441B20757 for ; Tue, 5 May 2020 18:02:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730685AbgEESCr (ORCPT ); Tue, 5 May 2020 14:02:47 -0400 Received: from muru.com ([72.249.23.125]:52904 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730069AbgEESCq (ORCPT ); Tue, 5 May 2020 14:02:46 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 13DEC80A5; Tue, 5 May 2020 18:03:34 +0000 (UTC) Date: Tue, 5 May 2020 11:02:43 -0700 From: Tony Lindgren To: Suman Anna Cc: Lokesh Vutla , Tero Kristo , Sekhar Nori , Rob Herring , Device Tree Mailing List , Linux OMAP Mailing List , Daniel Lezcano Subject: Re: [PATCH] arm: dts: Add 32KHz clock as default clock source Message-ID: <20200505180243.GM37466@atomide.com> References: <20200427172604.16351-1-lokeshvutla@ti.com> <20200428181919.GS37466@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Suman Anna [200505 16:07]: > On 4/28/20 1:19 PM, Tony Lindgren wrote: > > * Lokesh Vutla [200427 17:27]: > > > Clocksource to timer configured in pwm mode can be selected using the DT > > > property ti,clock-source. There are few pwm timers which are not > > > selecting the clock source and relying on default value in hardware or > > > selected by driver. Instead of relying on default value, always select > > > the clock source from DT. > > > > > > Signed-off-by: Lokesh Vutla > > Thanks Lokesh, with this patch, we should be able to pickup the dmtimer > driver patch to finally allow dmtimer clients to use assigned-clock-parents. > > Once both of these are merged, we can deprecate the ti,clock-source from the > omap-pwm-dmtimer driver. > > Reviewed-by: Suman Anna I've pushed this patch applied against v5.7-rc1 into omap-for-v5.8/dt-timer. Regards, Tony