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 A50EDC4332F for ; Sat, 31 Dec 2022 22:53:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232284AbiLaWxy (ORCPT ); Sat, 31 Dec 2022 17:53:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232221AbiLaWxx (ORCPT ); Sat, 31 Dec 2022 17:53:53 -0500 Received: from relay05.th.seeweb.it (relay05.th.seeweb.it [5.144.164.166]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14174110D for ; Sat, 31 Dec 2022 14:53:52 -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 306263ECF7; Sat, 31 Dec 2022 23:53:50 +0100 (CET) Date: Sat, 31 Dec 2022 23:53:43 +0100 From: Martin Botka Subject: Re: [PATCH v5 2/6] dt-bindings: phy: Add QMP UFS PHY compatible for SM6125 To: Lux Aliaga Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , ~postmarketos/upstreaming@lists.sr.ht, marijn.suijten@somainline.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: In-Reply-To: <20221231222420.75233-3-they@mint.lgbt> References: <20221231222420.75233-1-they@mint.lgbt> <20221231222420.75233-3-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:16 PM -03:00:00, Lux Aliaga wrote: > Document the QMP UFS PHY compatible for SM6125. > > Signed-off-by: Lux Aliaga > --- > .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 1 > + > 1 file changed, 1 insertion(+) > > diff --git > a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > index dde86a19f792..a7af57931f32 100644 > --- > a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > +++ > b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > @@ -17,6 +17,7 @@ properties: > compatible: > enum: > - qcom,sc8280xp-qmp-ufs-phy > + - qcom,sm6125-qmp-ufs-phy > > reg: > maxItems: 1 > -- > 2.38.1 > Reviewed-by: Martin Botka