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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 32D63C47254 for ; Tue, 5 May 2020 18:21:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 13C4320663 for ; Tue, 5 May 2020 18:21:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730862AbgEESVJ (ORCPT ); Tue, 5 May 2020 14:21:09 -0400 Received: from muru.com ([72.249.23.125]:52936 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730258AbgEESVJ (ORCPT ); Tue, 5 May 2020 14:21:09 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A47D580A5; Tue, 5 May 2020 18:21:57 +0000 (UTC) Date: Tue, 5 May 2020 11:21:06 -0700 From: Tony Lindgren To: Tero Kristo Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/8] ARM: dts: omap4: fix node names for the l4_cm clkctrl nodes Message-ID: <20200505182106.GP37466@atomide.com> References: <20200429143002.5050-1-t-kristo@ti.com> <20200429143002.5050-2-t-kristo@ti.com> <20200429220714.GV37466@atomide.com> <20200430202538.GZ37466@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200430202538.GZ37466@atomide.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Tony Lindgren [200430 20:26]: > * Tero Kristo [200430 08:35]: > > On 30/04/2020 07:55, Tero Kristo wrote: > > > On 30/04/2020 01:07, Tony Lindgren wrote: > > > > Heh this is no longer needed since commit 6c3090520554 > > > > ("clk: ti: clkctrl: Fix hidden dependency to node name") > > > > that added support for using the compatible name :) > > > > > > > > Maybe you are using some older tree? Or else there's > > > > still something wrong somewhere. > > > > > > I was using 5.7-rc1 as baseline so can't be that. > > > > > > Let me try to check this one again. > > > > Ok you can ignore this and patch #2 for omap5 for similar case. It seems > > like the patch 6c3090520554 actually forgot to fix the subclock names, and > > it causes issues in mixed clock node setup. Will post a fix against the > > clock driver shortly. > > OK good to hear. Applying all but the first two patches into omap-for-v5.8/dt thanks. Tony