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 1BEF1ECAAD5 for ; Sat, 3 Sep 2022 19:08:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232594AbiICTIf (ORCPT ); Sat, 3 Sep 2022 15:08:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230320AbiICTIe (ORCPT ); Sat, 3 Sep 2022 15:08:34 -0400 Received: from mail-40136.proton.ch (mail-40136.proton.ch [185.70.40.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D6E057E37 for ; Sat, 3 Sep 2022 12:08:33 -0700 (PDT) Date: Sat, 03 Sep 2022 19:08:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=connolly.tech; s=protonmail; t=1662232111; x=1662491311; bh=iURgxyu9ob4++N5UHicPVjw94qeA3C2soRlfY+K5wPk=; 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=Pb53YiaSOfwtRJGfhelyHt4rQRkpIUiz7lx95feravHcOKKH/bEGOwGzxy7W1M3vM yXMBaRnECFnSHhvr4BKFur1qgkEriYm/k5Dc1DYumrETedoU6HoszP2N9e5SjN+NIU Kcl7WG+XexCMMHllIcNkvccN9m48rlHwdzrCgbd0= 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 , Krzysztof Kozlowski , linux-kernel@vger.kernel.org Reply-To: Caleb Connolly Subject: Re: [PATCH v2 6/9] dt-bindings: arm: qcom: Add compatible for oneplus,billie2 phone Message-ID: <180096cd-9205-96b8-b6c4-a2a900166ceb@connolly.tech> In-Reply-To: <20220903174150.3566935-7-iskren.chernev@gmail.com> References: <20220903174150.3566935-1-iskren.chernev@gmail.com> <20220903174150.3566935-7-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: linux-arm-msm@vger.kernel.org On 03/09/2022 18:41, Iskren Chernev wrote: > oneplus,billie2 (OnePlus Nord N100) is based on QualComm Snapdragon > SM4250 SoC. > > Add support for the same in dt-bindings. > > Signed-off-by: Iskren Chernev > Reviewed-by: Krzysztof Kozlowski Reviewed-by: Caleb Connolly > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentat= ion/devicetree/bindings/arm/qcom.yaml > index 19c2f4314741..63cc41cd0119 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -54,6 +54,8 @@ description: | > sdm845 > sdx55 > sdx65 > + sm4250 > + sm6115 > sm6125 > sm6350 > sm7225 > @@ -670,6 +672,11 @@ properties: > - xiaomi,polaris > - const: qcom,sdm845 > > + - items: > + - enum: > + - oneplus,billie2 > + - const: qcom,sm4250 > + > - items: > - enum: > - sony,pdx201 > -- > 2.37.2 > -- Kind Regards, Caleb