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 78345C38145 for ; Sat, 3 Sep 2022 18:57:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232585AbiICS5q (ORCPT ); Sat, 3 Sep 2022 14:57:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233017AbiICS5m (ORCPT ); Sat, 3 Sep 2022 14:57:42 -0400 Received: from mail-4323.proton.ch (mail-4323.proton.ch [185.70.43.23]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB73258514; Sat, 3 Sep 2022 11:57:36 -0700 (PDT) Date: Sat, 03 Sep 2022 18:57:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=connolly.tech; s=protonmail; t=1662231454; x=1662490654; bh=VGJCbi9E6zy+TDpVAJ4LsqUBDPR7B/yyFMQeaOxR41o=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=fVMTwm4DFu+oc04zTLBFZaHM6EWsuHa2/n1xMCaGUUUM7HcG6NxjYB7AVGbE+oiuE lAg3gpV9SsQd9FB8io7BfmeNNFwG6+bxwEiY97Jokqnk6+ku1fu5Pai2yb8AO941bq MGM5m+FCG8IYf7F0tZN1c1B6fA1LTdIq4n4XlwVY= To: Iskren Chernev , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring From: Caleb Connolly Cc: phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Andy Gross , Konrad Dybcio , Srinivas Kandagatla , Krzysztof Kozlowski , linux-kernel@vger.kernel.org Reply-To: Caleb Connolly Subject: Re: [PATCH v2 3/9] dt-bindings: nvmem: Add SoC compatible for sm6115 Message-ID: <4e9f32d1-8b0a-bb91-1485-2fa674b58514@connolly.tech> In-Reply-To: <20220903174150.3566935-4-iskren.chernev@gmail.com> References: <20220903174150.3566935-1-iskren.chernev@gmail.com> <20220903174150.3566935-4-iskren.chernev@gmail.com> Feedback-ID: 10753939:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 03/09/2022 18:41, Iskren Chernev wrote: > Document SoC compatible for sm6115. > > Signed-off-by: Iskren Chernev Reviewed-by: Caleb Connolly > --- > Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/D= ocumentation/devicetree/bindings/nvmem/qcom,qfprom.yaml > index dede8892ee01..54053e16b8fd 100644 > --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml > +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml > @@ -26,6 +26,7 @@ properties: > - qcom,sc7180-qfprom > - qcom,sc7280-qfprom > - qcom,sdm845-qfprom > + - qcom,sm6115-qfprom > - const: qcom,qfprom > > reg: > -- > 2.37.2 > -- Kind Regards, Caleb