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 C36D8C001DC for ; Mon, 31 Jul 2023 06:25:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230190AbjGaGZy (ORCPT ); Mon, 31 Jul 2023 02:25:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229731AbjGaGZy (ORCPT ); Mon, 31 Jul 2023 02:25:54 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 80EB3E71; Sun, 30 Jul 2023 23:25:53 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id EC7B2809E; Mon, 31 Jul 2023 06:25:52 +0000 (UTC) Date: Mon, 31 Jul 2023 09:25:51 +0300 From: Tony Lindgren To: Nishanth Menon Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Stephen Boyd , Conor Dooley , Krzysztof Kozlowski , Rob Herring , Viresh Kumar , "Rafael J. Wysocki" , Vibhore Vardhan , Dhruva Gole , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/5] arm: dts: ti: omap: Fix OPP table node names Message-ID: <20230731062551.GH5194@atomide.com> References: <20230724153911.1376830-1-nm@ti.com> <20230724153911.1376830-4-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230724153911.1376830-4-nm@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Nishanth Menon [230724 15:39]: > Fix the opp table node names for opps to be compliant with bindings. > > Signed-off-by: Nishanth Menon > --- > Should probably go via Tony's tree. Thanks applying patches 1 to 3 into omap-for-v6.6/dt. Tony