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 17D3EC433EF for ; Tue, 15 Mar 2022 21:19:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351919AbiCOVUi (ORCPT ); Tue, 15 Mar 2022 17:20:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351844AbiCOVUi (ORCPT ); Tue, 15 Mar 2022 17:20:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 651B03B57F; Tue, 15 Mar 2022 14:19:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2A91A6111A; Tue, 15 Mar 2022 21:18:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EA3DC340E8; Tue, 15 Mar 2022 21:18:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647379124; bh=7fQiP2dAetC5aczC6XPG8w0eOMIZncSsjiKI/x8U+wM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=mDZdOiG9OcNs1gVnFOJFl2YlEkh3YBP/VmsMbs66S/WQSkMA7jJd3tYjGhxi5r7si NN3J7Dk/JDnu5Ztelz5D/3HqSSJbTpbBb08V5ZxW6Cua1ztz9AzuFiaeSZa5Mn1LF8 sIl+7NkjTGAv+obVItNUKIHRZ6vyFtzCp588GbyH69NYLdc9fGuTrXOx1cZLPOPeXJ pzZaCPTobQBw+AXbLZkKaYYV37wRrBNK3OH9c17BwFvydTW/QuYqHhq8XLcOvm/OWJ ZUzAy4Xt23fxVvcEsnMlJXyZarHRurbmZIGCRsklq3fu8mbOvhnZ6MSeAZD1MFWGjp hMd0aFpM6onTg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220203085618.16043-4-tony@atomide.com> References: <20220203085618.16043-1-tony@atomide.com> <20220203085618.16043-4-tony@atomide.com> Subject: Re: [PATCH 3/3] clk: ti: Drop legacy compatibility clocks for dra7 From: Stephen Boyd Cc: Michael Turquette , Stephen Boyd , Tero Kristo , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring To: Tony Lindgren , linux-clk@vger.kernel.org Date: Tue, 15 Mar 2022 14:18:42 -0700 User-Agent: alot/0.10 Message-Id: <20220315211844.7EA3DC340E8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Tony Lindgren (2022-02-03 00:56:18) > We no longer have users for the compatibility clocks and we can drop them. > These are old duplicate clocks for what we using. >=20 > Depends-on: 31aa7056bbec ("ARM: dts: Don't use legacy clock defines for d= ra7 clkctrl") > Depends-on: 9206a3af4fc0 ("clk: ti: Move dra7 clock devices out of the le= gacy section") > Cc: devicetree@vger.kernel.org > Cc: Rob Herring > Signed-off-by: Tony Lindgren > --- Applied to clk-next