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 EF9A1C4332F for ; Sat, 31 Dec 2022 22:53:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232452AbiLaWxR (ORCPT ); Sat, 31 Dec 2022 17:53:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232221AbiLaWxR (ORCPT ); Sat, 31 Dec 2022 17:53:17 -0500 Received: from relay08.th.seeweb.it (relay08.th.seeweb.it [IPv6:2001:4b7a:2000:18::169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E6FE6432 for ; Sat, 31 Dec 2022 14:53:16 -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)) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 28B073EBDC; Sat, 31 Dec 2022 23:53:12 +0100 (CET) Date: Sat, 31 Dec 2022 23:53:06 +0100 From: Martin Botka Subject: Re: [PATCH v5 1/6] dt-bindings: ufs: qcom: Add SM6125 compatible string To: Lux Aliaga Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Alim Akhtar , Avri Altman , Bart Van Assche , Rob Herring , Krzysztof Kozlowski , ~postmarketos/upstreaming@lists.sr.ht, marijn.suijten@somainline.org, linux-arm-msm@vger.kernel.org, linux-scsi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: In-Reply-To: <20221231222420.75233-2-they@mint.lgbt> References: <20221231222420.75233-1-they@mint.lgbt> <20221231222420.75233-2-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:15 PM -03:00:00, Lux Aliaga wrote: > Document the compatible for UFS found on the SM6125. > > Signed-off-by: Lux Aliaga > --- > Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > index b517d76215e3..42422f3471b3 100644 > --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > @@ -29,6 +29,7 @@ properties: > - qcom,sc8280xp-ufshc > - qcom,sdm845-ufshc > - qcom,sm6115-ufshc > + - qcom,sm6125-ufshc > - qcom,sm6350-ufshc > - qcom,sm8150-ufshc > - qcom,sm8250-ufshc > @@ -185,6 +186,7 @@ allOf: > contains: > enum: > - qcom,sm6115-ufshc > + - qcom,sm6125-ufshc > then: > properties: > clocks: > -- > 2.38.1 > Reviewed-by: Martin Botka