dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Steev Klimaszewski <steev@kali.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: devicetree@vger.kernel.org, David Airlie <airlied@linux.ie>,
	linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Stephen Boyd <swboyd@chromium.org>,
	freedreno@lists.freedesktop.org
Subject: Re: [PATCH 8/9] arm64: dts: qcom: sdm845: change DSI PHY node name to generic one
Date: Sun, 25 Sep 2022 13:59:59 -0500	[thread overview]
Message-ID: <82da45fc-f673-a7a0-5c55-fe8a0a1a6142@kali.org> (raw)
In-Reply-To: <20220924090108.166934-9-dmitry.baryshkov@linaro.org>


On 9/24/22 4:01 AM, Dmitry Baryshkov wrote:
> Change DSI PHY node names from custom 'dsi-phy' to the generic 'phy'.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>   arch/arm64/boot/dts/qcom/sdm845.dtsi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> index f0e286715d1b..df6427ba2284 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> @@ -4537,7 +4537,7 @@ dsi0_out: endpoint {
>   				};
>   			};
>   
> -			dsi0_phy: dsi-phy@ae94400 {
> +			dsi0_phy: phy@ae94400 {
>   				compatible = "qcom,dsi-phy-10nm";
>   				reg = <0 0x0ae94400 0 0x200>,
>   				      <0 0x0ae94600 0 0x280>,
> @@ -4609,7 +4609,7 @@ dsi1_out: endpoint {
>   				};
>   			};
>   
> -			dsi1_phy: dsi-phy@ae96400 {
> +			dsi1_phy: phy@ae96400 {
>   				compatible = "qcom,dsi-phy-10nm";
>   				reg = <0 0x0ae96400 0 0x200>,
>   				      <0 0x0ae96600 0 0x280>,

Tested on Lenovo Yoga C630

Tested-by: Steev Klimaszewski <steev@kali.org>


  parent reply	other threads:[~2022-09-25 19:00 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-24  9:00 [PATCH 0/9] arm: dts: qcom: rename DSI PHY nodes Dmitry Baryshkov
2022-09-24  9:01 ` [PATCH 1/9] ARM: dts: qcom-apq8064: change DSI PHY node name to generic one Dmitry Baryshkov
2022-09-24  9:30   ` Krzysztof Kozlowski
2022-09-24  9:01 ` [PATCH 2/9] ARM: dts: qcom-msm8974: " Dmitry Baryshkov
2022-09-24  9:30   ` Krzysztof Kozlowski
2022-09-24  9:01 ` [PATCH 3/9] arm64: dts: qcom: msm8916: " Dmitry Baryshkov
2022-09-24  9:30   ` Krzysztof Kozlowski
2022-09-24  9:01 ` [PATCH 4/9] arm64: dts: qcom: msm8996: " Dmitry Baryshkov
2022-09-24  9:31   ` Krzysztof Kozlowski
2022-09-24  9:01 ` [PATCH 5/9] arm64: dts: qcom: sc7180: " Dmitry Baryshkov
2022-09-24  9:31   ` Krzysztof Kozlowski
2022-09-24  9:01 ` [PATCH 6/9] arm64: dts: qcom: sdm630: " Dmitry Baryshkov
2022-09-24  9:31   ` Krzysztof Kozlowski
2022-09-24  9:01 ` [PATCH 7/9] arm64: dts: qcom: sdm660: " Dmitry Baryshkov
2022-09-24  9:31   ` Krzysztof Kozlowski
2022-09-24  9:01 ` [PATCH 8/9] arm64: dts: qcom: sdm845: " Dmitry Baryshkov
2022-09-24  9:32   ` Krzysztof Kozlowski
2022-09-25 18:59   ` Steev Klimaszewski [this message]
2022-09-24  9:01 ` [PATCH 9/9] arm64: dts: qcom: sm8250: " Dmitry Baryshkov
2022-09-24  9:32   ` Krzysztof Kozlowski
2022-09-24  9:11 ` [PATCH 0/9] arm: dts: qcom: rename DSI PHY nodes Krzysztof Kozlowski
2022-09-24  9:20   ` Dmitry Baryshkov
2022-09-24  9:29     ` Krzysztof Kozlowski
2022-09-24 12:38       ` Dmitry Baryshkov
2022-09-24 14:47 ` Konrad Dybcio
2022-10-18  3:05 ` (subset) " 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=82da45fc-f673-a7a0-5c55-fe8a0a1a6142@kali.org \
    --to=steev@kali.org \
    --cc=agross@kernel.org \
    --cc=airlied@linux.ie \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sean@poorly.run \
    --cc=swboyd@chromium.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).