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 1B911C43219 for ; Wed, 16 Nov 2022 13:46:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231712AbiKPNql (ORCPT ); Wed, 16 Nov 2022 08:46:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231838AbiKPNqj (ORCPT ); Wed, 16 Nov 2022 08:46:39 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4D1C1054E; Wed, 16 Nov 2022 05:46:38 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 79445B81D84; Wed, 16 Nov 2022 13:46:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 257E3C433B5; Wed, 16 Nov 2022 13:46:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668606396; bh=4Eyz0S2R9mU+xNSyb0CBshZrLiG7Ysc6IhA8sbgt8kI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TYjYp3XLfit7zRxym2OFPG+NAwT2U+ECLor5O6cLRm0sJ5iqHL3umzzj0VMWd9tfg pmfXOghfTiRu7hmUe01VNMiSn5zOOosBUml4Bb9jSn+4Tc59avtYlZkgIJStcqKC09 X7JzvO63NETaRXF6dn9mgqX86K7mfQtePZvEhcOnMryBH07M+/XsHzazHMikZJc86N Jx6MUTQmbp+1co4jYoKZdoMixq1Bf+YYnRqkwmo+HMoGBe+pp/aQrGJ6A309YBZVw6 q9zkLkxjNuoTJOA2Lc7RD0DmhCm2349mHfvRIOxaSBxAK9B2rqGqHV1tlNIWTh7Gqx ejySq7W6fZGhQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1ovIju-0002jH-G0; Wed, 16 Nov 2022 14:46:06 +0100 Date: Wed, 16 Nov 2022 14:46:06 +0100 From: Johan Hovold To: Abel Vesa Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , "vkoul@kernel.org" , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Linux Kernel Mailing List , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH 02/10] dt-bindings: phy: Add QMP UFS PHY comptible for SM8550 Message-ID: References: <20221116120157.2706810-1-abel.vesa@linaro.org> <20221116120157.2706810-3-abel.vesa@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221116120157.2706810-3-abel.vesa@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Nov 16, 2022 at 02:01:49PM +0200, Abel Vesa wrote: > Document the QMP UFS PHY compatible for SM8550. > > Signed-off-by: Abel Vesa > --- > .../phy/qcom,msm8996-qmp-ufs-phy.yaml | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml > index be41acbd3b6c..1ea5fcd4a59e 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml > @@ -29,6 +29,7 @@ properties: > - qcom,sm8250-qmp-ufs-phy > - qcom,sm8350-qmp-ufs-phy > - qcom,sm8450-qmp-ufs-phy > + - qcom,sm8550-qmp-ufs-phy As I mentioned in my comment to the dts changes, you should base the binding on sc8280xp instead. The older ones will probably be converted too eventually. Johan