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 DD36CC433F5 for ; Sun, 15 May 2022 14:57:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237339AbiEOO5l (ORCPT ); Sun, 15 May 2022 10:57:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236488AbiEOO5k (ORCPT ); Sun, 15 May 2022 10:57:40 -0400 Received: from relay08.th.seeweb.it (relay08.th.seeweb.it [5.144.164.169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A629A1A396; Sun, 15 May 2022 07:57:39 -0700 (PDT) Received: from SoMainline.org (94-209-165-62.cable.dynamic.v4.ziggo.nl [94.209.165.62]) (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 2007D3F651; Sun, 15 May 2022 16:57:38 +0200 (CEST) Date: Sun, 15 May 2022 16:57:36 +0200 From: Marijn Suijten To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Rob Herring , Krzysztof Kozlowski , Konrad Dybcio , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v5 12/12] dt-bindings: arm: qcom: document sda660 SoC and ifc6560 board Message-ID: <20220515145736.c6yggj7nw3bidstn@SoMainline.org> References: <20220514190138.3179964-1-dmitry.baryshkov@linaro.org> <20220514190138.3179964-13-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220514190138.3179964-13-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 2022-05-14 22:01:38, Dmitry Baryshkov wrote: > Add binding documentation for the Inforce IFC6560 board which uses > Snapdragon SDA660. > > Signed-off-by: Dmitry Baryshkov Reviewed-by: Marijn Suijten > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 129cdd246223..ac4ee0f874ea 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -41,6 +41,7 @@ description: | > sa8155p > sc7180 > sc7280 > + sda660 > sdm630 > sdm632 > sdm660 > @@ -225,6 +226,11 @@ properties: > - google,senor > - const: qcom,sc7280 > > + - items: > + - enum: > + - inforce,ifc6560 > + - const: qcom,sda660 > + > - items: > - enum: > - fairphone,fp3 > -- > 2.35.1 >