All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Vinod Koul <vkoul@kernel.org>,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Abel Vesa <abel.vesa@linaro.org>,
	Wesley Cheng <quic_wcheng@quicinc.com>,
	cros-qcom-dts-watchers@chromium.org,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	David Wronek <davidwronek@gmail.com>,
	Andy Gross <andy.gross@linaro.org>,
	Evan Green <evgreen@chromium.org>,
	Douglas Anderson <dianders@chromium.org>,
	Iskren Chernev <me@iskren.info>,
	Luca Weiss <luca.weiss@fairphone.com>,
	Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
	Yassine Oudjana <y.oudjana@protonmail.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>
Subject: Re: [PATCH 03/13] dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180x
Date: Thu, 9 May 2024 09:16:23 -0500	[thread overview]
Message-ID: <20240509141623.GA1011543-robh@kernel.org> (raw)
In-Reply-To: <20240501-qcom-phy-fixes-v1-3-f1fd15c33fb3@linaro.org>

On Wed, May 01, 2024 at 07:19:29PM +0300, Dmitry Baryshkov wrote:
> The qcom,sc8180x-usb-hs-phy device uses qcom,usb-snps-hs-7nm-phy
> fallback. Correct the schema for this platform.
> 
> Fixes: 9160fb7c39a1 ("dt-bindings: phy: qcom,usb-snps-femto-v2: use fallback compatibles")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> index 0f200e3f97a9..fce7f8a19e9c 100644
> --- a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> +++ b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> @@ -15,9 +15,6 @@ description: |
>  properties:
>    compatible:
>      oneOf:
> -      - enum:
> -          - qcom,sc8180x-usb-hs-phy
> -          - qcom,usb-snps-femto-v2-phy

This is now listed as undocumented. You need to remove it from the 
driver as well or keep it here as deprecated.

>        - items:
>            - enum:
>                - qcom,sa8775p-usb-hs-phy
> @@ -26,6 +23,7 @@ properties:
>        - items:
>            - enum:
>                - qcom,sc7280-usb-hs-phy
> +              - qcom,sc8180x-usb-hs-phy
>                - qcom,sdx55-usb-hs-phy
>                - qcom,sdx65-usb-hs-phy
>                - qcom,sm6375-usb-hs-phy
> 
> -- 
> 2.39.2
> 

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Vinod Koul <vkoul@kernel.org>,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Abel Vesa <abel.vesa@linaro.org>,
	Wesley Cheng <quic_wcheng@quicinc.com>,
	cros-qcom-dts-watchers@chromium.org,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	David Wronek <davidwronek@gmail.com>,
	Andy Gross <andy.gross@linaro.org>,
	Evan Green <evgreen@chromium.org>,
	Douglas Anderson <dianders@chromium.org>,
	Iskren Chernev <me@iskren.info>,
	Luca Weiss <luca.weiss@fairphone.com>,
	Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
	Yassine Oudjana <y.oudjana@protonmail.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>
Subject: Re: [PATCH 03/13] dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180x
Date: Thu, 9 May 2024 09:16:23 -0500	[thread overview]
Message-ID: <20240509141623.GA1011543-robh@kernel.org> (raw)
In-Reply-To: <20240501-qcom-phy-fixes-v1-3-f1fd15c33fb3@linaro.org>

On Wed, May 01, 2024 at 07:19:29PM +0300, Dmitry Baryshkov wrote:
> The qcom,sc8180x-usb-hs-phy device uses qcom,usb-snps-hs-7nm-phy
> fallback. Correct the schema for this platform.
> 
> Fixes: 9160fb7c39a1 ("dt-bindings: phy: qcom,usb-snps-femto-v2: use fallback compatibles")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> index 0f200e3f97a9..fce7f8a19e9c 100644
> --- a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> +++ b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml
> @@ -15,9 +15,6 @@ description: |
>  properties:
>    compatible:
>      oneOf:
> -      - enum:
> -          - qcom,sc8180x-usb-hs-phy
> -          - qcom,usb-snps-femto-v2-phy

This is now listed as undocumented. You need to remove it from the 
driver as well or keep it here as deprecated.

>        - items:
>            - enum:
>                - qcom,sa8775p-usb-hs-phy
> @@ -26,6 +23,7 @@ properties:
>        - items:
>            - enum:
>                - qcom,sc7280-usb-hs-phy
> +              - qcom,sc8180x-usb-hs-phy
>                - qcom,sdx55-usb-hs-phy
>                - qcom,sdx65-usb-hs-phy
>                - qcom,sm6375-usb-hs-phy
> 
> -- 
> 2.39.2
> 

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

  parent reply	other threads:[~2024-05-09 14:16 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01 16:19 [PATCH 00/13] arm64: dts: qcom: fix PHY-related warnings Dmitry Baryshkov
2024-05-01 16:19 ` Dmitry Baryshkov
2024-05-01 16:19 ` [PATCH 01/13] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: fix x1e80100-gen3x2 schema Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-03  7:04   ` Krzysztof Kozlowski
2024-05-03  7:04     ` Krzysztof Kozlowski
2024-05-01 16:19 ` [PATCH 02/13] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: fix msm899[68] power-domains Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-03  7:04   ` Krzysztof Kozlowski
2024-05-03  7:04     ` Krzysztof Kozlowski
2024-05-01 16:19 ` [PATCH 03/13] dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180x Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-03  7:04   ` Krzysztof Kozlowski
2024-05-03  7:04     ` Krzysztof Kozlowski
2024-05-09 14:16   ` Rob Herring [this message]
2024-05-09 14:16     ` Rob Herring
2024-05-09 14:44     ` Dmitry Baryshkov
2024-05-09 14:44       ` Dmitry Baryshkov
2024-05-01 16:19 ` [PATCH 04/13] arm64: dts: qcom: sc7180: drop extra UFS PHY compat Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 19:23   ` Doug Anderson
2024-05-01 19:23     ` Doug Anderson
2024-05-01 16:19 ` [PATCH 05/13] arm64: dts: qcom: sc8180x: add power-domain to UFS PHY Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 23:04   ` Konrad Dybcio
2024-05-01 23:04     ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 06/13] arm64: dts: qcom: sdm845: " Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 23:05   ` Konrad Dybcio
2024-05-01 23:05     ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 07/13] arm64: dts: qcom: sm6115: " Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 23:05   ` Konrad Dybcio
2024-05-01 23:05     ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 08/13] arm64: dts: qcom: sm6350: " Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 23:05   ` Konrad Dybcio
2024-05-01 23:05     ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 09/13] arm64: dts: qcom: sm8250: " Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 23:06   ` Konrad Dybcio
2024-05-01 23:06     ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 10/13] arm64: dts: qcom: sm8350: " Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 23:06   ` Konrad Dybcio
2024-05-01 23:06     ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 11/13] arm64: dts: qcom: sm8450: " Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 23:06   ` Konrad Dybcio
2024-05-01 23:06     ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 12/13] arm64: dts: sda660-ifc6560: document missing USB PHY supplies Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 23:09   ` Konrad Dybcio
2024-05-01 23:09     ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 13/13] arm64: dts: qcom: msm8996-xiaomi-common: drop excton from the USB PHY Dmitry Baryshkov
2024-05-01 16:19   ` Dmitry Baryshkov
2024-05-01 23:12   ` Konrad Dybcio
2024-05-01 23:12     ` Konrad Dybcio
2024-05-04 12:20 ` (subset) [PATCH 00/13] arm64: dts: qcom: fix PHY-related warnings Vinod Koul
2024-05-04 12:20   ` Vinod Koul
2024-05-27  3:00 ` Bjorn Andersson
2024-05-27  3:00   ` Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240509141623.GA1011543-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=abel.vesa@linaro.org \
    --cc=andersson@kernel.org \
    --cc=andy.gross@linaro.org \
    --cc=bryan.odonoghue@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=cros-qcom-dts-watchers@chromium.org \
    --cc=davidwronek@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=evgreen@chromium.org \
    --cc=kishon@kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=luca.weiss@fairphone.com \
    --cc=me@iskren.info \
    --cc=quic_wcheng@quicinc.com \
    --cc=vkoul@kernel.org \
    --cc=y.oudjana@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.