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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E911CC32772 for ; Tue, 23 Aug 2022 14:04:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242090AbiHWOEP (ORCPT ); Tue, 23 Aug 2022 10:04:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242407AbiHWODJ (ORCPT ); Tue, 23 Aug 2022 10:03:09 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 29861246D0B; Tue, 23 Aug 2022 04:12:31 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A54398125; Tue, 23 Aug 2022 10:06:25 +0000 (UTC) Date: Tue, 23 Aug 2022 13:13:31 +0300 From: Tony Lindgren To: Romain Naour Cc: linux-omap@vger.kernel.org, U-Boot Mailing List , =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree@vger.kernel.org, Stephen Boyd , Tero Kristo , s-anna@ti.com Subject: Re: [PATCH] ARM: dts: Use clock-output-names for dra7 Message-ID: References: <20220204080842.40673-1-tony@atomide.com> <2404bcc0-d01c-1ff1-6ea1-bfdef38cb64e@smile.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2404bcc0-d01c-1ff1-6ea1-bfdef38cb64e@smile.fr> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Romain Naour [220823 08:25]: > Hello, > > Le 04/02/2022 à 09:08, Tony Lindgren a écrit : > > With the TI clocks supporting the use of clock-output-names devicetree > > property, we no longer need to use non-standard node names for clocks. > > > > Depends-on: 31aa7056bbec ("ARM: dts: Don't use legacy clock defines for dra7 clkctrl") > > Depends-on: 9206a3af4fc0 ("clk: ti: Move dra7 clock devices out of the legacy section") > > Cc: Stephen Boyd > > Cc: Tero Kristo > > Signed-off-by: Tony Lindgren > > With this patch applied, u-boot triggers a new warning while applying clock fixup: > > ft_fixup_clocks failed for DSP voltage domain: Hmm sounds like u-boot might be automatically syncing to Linux dts files, and now needs some patching to make use of clock-output-names. The old non-standard method of relying for node names to get the clock name will not work as we use generic node names such as "clock". Regards, Tony