From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id B9D46191F65; Thu, 31 Oct 2024 12:10:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730376637; cv=none; b=U1ICYBTQlNMfxv8Q48Bbtwr5Q0wWLKBeh5xgNy9i2AgfJ4O/pYM862Lymt/jsiwMqdtch1YMf08jkD15m12vtfIt3AisiYpgfK+ZF7ogZcHmcnt+G2tiV9FAvYgUVvB74Uj0nt4hFOV6Fvl9jIEPvHJLhagJk/nnurMKE9qgN4I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730376637; c=relaxed/simple; bh=v+GFapRcuIgRaWTWqmWiHxyJW99cGUvwV95nSLXuFWM=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=rlp+edgzeMRLSTvXHVCW/GX8KxqQXkkAKK/GOaDQbcL8Wp6X7u7WxUlIADnqyL0Ka7/evU4ugI/mGF89cI+7T2DOZtrQ31YBDh8pp5Q/4sMQfFV+r/S0j3BTSOpmt4nPZ6xNlJ7FBpnA9HAFLRdV1Q6cbRBAjK5wnz6nAQUw7Dc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 >