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 AD609C4332F for ; Sat, 31 Dec 2022 22:29:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232297AbiLaW3V (ORCPT ); Sat, 31 Dec 2022 17:29:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232239AbiLaW3T (ORCPT ); Sat, 31 Dec 2022 17:29:19 -0500 Received: from amity.mint.lgbt (vmi888983.contaboserver.net [149.102.157.145]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88BC226DE for ; Sat, 31 Dec 2022 14:29:17 -0800 (PST) Received: from amity.mint.lgbt (mx.mint.lgbt [127.0.0.1]) by amity.mint.lgbt (Postfix) with ESMTP id 4Nkxcr17m8z1S5Dm for ; Sat, 31 Dec 2022 17:29:16 -0500 (EST) Authentication-Results: amity.mint.lgbt (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=mint.lgbt DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mint.lgbt; h= content-transfer-encoding:content-type:in-reply-to:from :references:to:content-language:subject:user-agent:mime-version :date:message-id; s=dkim; t=1672525755; x=1673389756; bh=EuMauIr 6fyRDWGpCOzAisjazQJOJH33TcXmNRA+3XxM=; b=XfVCPXYWabSbV7Z0lwZDjiG wSWhMPJDrDiqs4HEIhRUZJ9rhOEXBUg7n94DoQmDdMTvyELppNeGGuuug//d3Jdz dajE/TNtGcfLMZu3Lh/dey9cgg/a/HuD/GYmFdipQvFyBtMEwNq6LZAC41NYKlX3 sLr6R8dZkdaOI0wu5ZbIm+KlTvfAkfEzV02DNEcSKXZ8h8RJaSqo+G34q0aZCu1h 1TRPCxoMnP1ejl+qohryS8QSHYPrjMo2v+CfmWL9+Hp4iTsNSnQ0lSLGSKAY3wn7 sWiknABuGEhdvf/xrfmfin1/smUqQrX82cTGFq9N23Pxh3jKz9qvKVRKfKN2hKw= = X-Virus-Scanned: amavisd-new at amity.mint.lgbt Received: from amity.mint.lgbt ([127.0.0.1]) by amity.mint.lgbt (amity.mint.lgbt [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2ca0kpMsIEnW for ; Sat, 31 Dec 2022 17:29:15 -0500 (EST) Received: from [192.168.4.25] (unknown [190.196.92.66]) by amity.mint.lgbt (Postfix) with ESMTPSA id 4Nkxck3QV2z1S56h; Sat, 31 Dec 2022 17:29:10 -0500 (EST) Message-ID: Date: Sat, 31 Dec 2022 19:29:07 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH v5 1/6] dt-bindings: ufs: qcom: Add SM6125 compatible string Content-Language: en-US To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Alim Akhtar , Avri Altman , Bart Van Assche , Rob Herring , Krzysztof Kozlowski Cc: ~postmarketos/upstreaming@lists.sr.ht, martin.botka@somainline.org, marijn.suijten@somainline.org, linux-arm-msm@vger.kernel.org, linux-scsi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20221231222420.75233-1-they@mint.lgbt> <20221231222420.75233-2-they@mint.lgbt> From: Lux Aliaga In-Reply-To: <20221231222420.75233-2-they@mint.lgbt> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 31/12/2022 19:24, 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: Ok. So git-send-email, despite indicating I was sending composing a part 0 for this patchset, decided to only send it to the people I explicitly CC'd. My deepest apologies. I will resend it to the mailing list now. -- Lux Aliaga https://nixgoat.me/