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 9CD2DC3DA7A for ; Sat, 31 Dec 2022 22:50:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232399AbiLaWup (ORCPT ); Sat, 31 Dec 2022 17:50:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230045AbiLaWuo (ORCPT ); Sat, 31 Dec 2022 17:50:44 -0500 Received: from relay05.th.seeweb.it (relay05.th.seeweb.it [5.144.164.166]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D1DC128 for ; Sat, 31 Dec 2022 14:50:43 -0800 (PST) Received: from [192.168.2.144] (adsl-d248.84-47-10.t-com.sk [84.47.10.248]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 673543ED5A; Sat, 31 Dec 2022 23:50:40 +0100 (CET) Date: Sat, 31 Dec 2022 23:50:33 +0100 From: Martin Botka Subject: Re: [PATCH v5 5/6] dt-bindings: arm: qcom: Document xiaomi,laurel-sprout board To: Lux Aliaga Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , ~postmarketos/upstreaming@lists.sr.ht, marijn.suijten@somainline.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: <942SNR.IMR405HRPE6J@somainline.org> In-Reply-To: <20221231222420.75233-6-they@mint.lgbt> References: <20221231222420.75233-1-they@mint.lgbt> <20221231222420.75233-6-they@mint.lgbt> X-Mailer: geary/40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Dec 31 2022 at 07:24:19 PM -03:00:00, Lux Aliaga wrote: > Document the Xiaomi Mi A3 (xiaomi-laurel-sprout) smartphone which is > based on the Snapdragon 665 SoC. > > Signed-off-by: Lux Aliaga > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml > b/Documentation/devicetree/bindings/arm/qcom.yaml > index 27063a045bd0..4923dafb5d7a 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -793,6 +793,7 @@ properties: > - items: > - enum: > - sony,pdx201 > + - xiaomi,laurel-sprout From what i can see laurel_sprout is the correct and official codename for the device. Not sure here at all but should we maybe use that as it is the official codename ? -Martin > - const: qcom,sm6125 > > - items: > -- > 2.38.1 >