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 67634EE3F01 for ; Mon, 11 Sep 2023 20:50:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231759AbjIKUu0 (ORCPT ); Mon, 11 Sep 2023 16:50:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240263AbjIKOkH (ORCPT ); Mon, 11 Sep 2023 10:40:07 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51923F2; Mon, 11 Sep 2023 07:40:03 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 454B4C433CA; Mon, 11 Sep 2023 14:40:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694443202; bh=DKDQNU6tGRi8sqGEa4X/qoKAhcLxWCiDCTvQUiCtuOQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s01dUBoxSuA/IqEzYivkzVp7cU0o6cNSnMdU+HHL08ujd8Ub3zhnPjUQi9s2Q1RSl iWqjPL9DNYVWmFOjLtA9Jqt7v5gloFFRvpiWwX+LKhdvutwcEv3/STbUyIfyPwuM7u /s0pUFGzJwzncPpvu42C1OpYaw/rDWFufFKTrBvWYlj1hBoCzgiogiY1T5Fwt+59vi SBuqiKTytPjDA2StFG2a0Cb8rIIQR2A+fuD8Jo6QD6IjALkWHcoTTl4MyFDaT2Kdbc 8kzsXeYbSFxFjH2oAStVfYcntjpyxw+y2jgXTZuDTd8oQ49qUwJgip+2DtGaz4uexe 3tsf+vgjhKSQQ== Received: (nullmailer pid 1226648 invoked by uid 1000); Mon, 11 Sep 2023 14:40:00 -0000 Date: Mon, 11 Sep 2023 09:40:00 -0500 From: Rob Herring To: Ulf Hansson Cc: Sudeep Holla , Kevin Hilman , devicetree@vger.kernel.org, Nishanth Menon , Rob Herring , Stephen Boyd , Viresh Kumar , linux-pm@vger.kernel.org, Conor Dooley , Alexandre Torgue , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Cristian Marussi , Nikunj Kela , Prasad Sodagudi , "Rafael J . Wysocki" , Krzysztof Kozlowski Subject: Re: [PATCH v3 10/13] dt-bindings: power: Clarify performance capabilities of power-domains Message-ID: <169444319926.1226593.2342724672076403322.robh@kernel.org> References: <20230825112633.236607-1-ulf.hansson@linaro.org> <20230825112633.236607-11-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230825112633.236607-11-ulf.hansson@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 25 Aug 2023 13:26:30 +0200, Ulf Hansson wrote: > The power-domains bindings has in many years been used to describe so > called performance-domains too. Rather than using a separate binding it has > been convenient to re-use the power-domain bindings, as in some cases it's > in fact a combination of the both that would be the best description. > > Therefore, let's make it more clear that the power-domains bindings can be > used to describe a performance-domain too. > > Cc: Rafael J. Wysocki > Cc: Kevin Hilman > Cc: Rob Herring > Cc: Krzysztof Kozlowski > Cc: Conor Dooley > Cc: devicetree@vger.kernel.org > Signed-off-by: Ulf Hansson > --- > > Changes in v3: > - New patch. > > --- > .../devicetree/bindings/power/power-domain.yaml | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) > Reviewed-by: Rob Herring