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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8A423D6B6B4 for ; Thu, 31 Oct 2024 12:14:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=YlU+ecGvoatF28mL8u6ALCWCu/JmcWYgwlNQu/7gLoY=; b=eNRie47oaD+QFk3arwV2TgRfga ETV5wGXBiXwkmmZCqwuI/Nihue7FcRoxbwlVEFuzH62NbWYffWRTujvVUKLS8QrZ9o1v7yN/6Dula E21GiWUxpLuVJw5TiLCDevPz2a5j3hg2BOfgMHEG66v/nJddilZURJW5HmL+qRsBcn0QnQSStiIdV VwjXg9/WpNScb5Yt3EEnUuRSbyay/CSYM4nLhVSGqMjYhvcALmuUdBsF/K/u71Kw+juAPlkVYJ3ui 5cK8dWjFh/NUHIByXv/rXHVLRX1UWKDqAKaPcDVbkDrYsC63pO7dxHFJZ8fCbRQgSaxv/zchIFzNw R+soKY3w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t6U49-00000003UoE-2uAH; Thu, 31 Oct 2024 12:14:17 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t6U0a-00000003UPN-0SJ9 for linux-arm-kernel@lists.infradead.org; Thu, 31 Oct 2024 12:10:37 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 027171063; Thu, 31 Oct 2024 05:11:05 -0700 (PDT) Received: from donnerap.manchester.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3D3153F66E; Thu, 31 Oct 2024 05:10:31 -0700 (PDT) Date: Thu, 31 Oct 2024 12:10:28 +0000 From: Andre Przywara To: Cody Eksal Cc: Yangtao Li , Viresh Kumar , Nishanth Menon , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard , Greg Kroah-Hartman , Kishon Vijay Abraham I , Michael Turquette , "Rafael J. Wysocki" , Vinod Koul , Viresh Kumar , Parthiban , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 11/13] dt-bindings: opp: h6: Add A100 operating points Message-ID: <20241031121028.5624c6e4@donnerap.manchester.arm.com> In-Reply-To: <20241031070232.1793078-12-masterr3c0rd@epochal.quest> References: <20241031070232.1793078-1-masterr3c0rd@epochal.quest> <20241031070232.1793078-12-masterr3c0rd@epochal.quest> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241031_051036_229299_8B40C170 X-CRM114-Status: GOOD ( 16.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 31 Oct 2024 04:02:24 -0300 Cody Eksal wrote: > The A100, similar to the H6 and H616, use an NVMEM value to determine > speed binnings. The method used is similar to that of the H6. However, > the information is stored at a slightly different bit offset. > > Add a new compatible for the A100. > > Signed-off-by: Cody Eksal Reviewed-by: Andre Przywara Cheers, Andre > --- > Changes in V2: > - Fix ordering of compatibles > > .../bindings/opp/allwinner,sun50i-h6-operating-points.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml b/Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml > index ec5e424bb3c8..75ab552f6ecd 100644 > --- a/Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml > +++ b/Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml > @@ -22,6 +22,7 @@ allOf: > properties: > compatible: > enum: > + - allwinner,sun50i-a100-operating-points > - allwinner,sun50i-h6-operating-points > - allwinner,sun50i-h616-operating-points >