From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Sankeerth Billakanti <quic_sbillaka@quicinc.com>
Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, agross@kernel.org,
robh+dt@kernel.org, robdclark@gmail.com, seanpaul@chromium.org,
swboyd@chromium.org, dianders@chromium.org,
krzysztof.kozlowski@canonical.com, thierry.reding@gmail.com,
sam@ravnborg.org, airlied@linux.ie, daniel@ffwll.ch,
quic_kalyant@quicinc.com, quic_abhinavk@quicinc.com,
quic_khsieh@quicinc.com, quic_mkrishn@quicinc.com,
quic_vproddut@quicinc.com
Subject: Re: [PATCH v4 3/5] arm64: dts: qcom: sc7280: rename edp_out label to mdss_edp_out
Date: Thu, 10 Feb 2022 18:08:39 -0600 [thread overview]
Message-ID: <YgWpB6dwDP0XeLaj@builder.lan> (raw)
In-Reply-To: <1644494255-6632-4-git-send-email-quic_sbillaka@quicinc.com>
On Thu 10 Feb 05:57 CST 2022, Sankeerth Billakanti wrote:
> Rename the edp_out label in the sc7280 platform to mdss_edp_out.
Next week, or in the next product, it might not be obvious why we did
this change. So please continue this sentence with something like "so
that the nodes are grouped together when sorted in the dts".
>
> Signed-off-by: Sankeerth Billakanti <quic_sbillaka@quicinc.com>
> ---
> arch/arm64/boot/dts/qcom/sc7280-crd.dts | 10 +++++-----
> arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +-
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7280-crd.dts b/arch/arm64/boot/dts/qcom/sc7280-crd.dts
> index 6dba5ac..af40e14 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280-crd.dts
> +++ b/arch/arm64/boot/dts/qcom/sc7280-crd.dts
> @@ -69,7 +69,7 @@
> port@0 {
> reg = <0>;
> edp_panel_in: endpoint {
> - remote-endpoint = <&edp_out>;
> + remote-endpoint = <&mdss_edp_out>;
> };
> };
> };
> @@ -129,10 +129,6 @@ ap_ts_pen_1v8: &i2c13 {
> };
> };
>
> -&edp_out {
You just added this node in patch 2 and now you change it immediately.
If you reorder the two patches the history will be cleaner.
Thanks,
Bjorn
> - remote-endpoint = <&edp_panel_in>;
> -};
> -
> &mdss {
> status = "okay";
> };
> @@ -156,6 +152,10 @@ ap_ts_pen_1v8: &i2c13 {
> /delete-property/ pinctrl-0;
> };
>
> +&mdss_edp_out {
> + remote-endpoint = <&edp_panel_in>;
> +};
> +
> &mdss_edp_phy {
> status = "okay";
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> index 3572399..eca403a 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> @@ -3066,7 +3066,7 @@
>
> port@1 {
> reg = <1>;
> - edp_out: endpoint { };
> + mdss_edp_out: endpoint { };
> };
> };
>
> --
> 2.7.4
>
next prev parent reply other threads:[~2022-02-11 0:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-10 11:57 [PATCH v4 0/5] Add support for the eDP panel on sc7280 CRD Sankeerth Billakanti
2022-02-10 11:57 ` [PATCH v4 1/5] dt-bindings: display: simple: Add sharp LQ140M1JW46 panel Sankeerth Billakanti
2022-02-16 19:26 ` Doug Anderson
2022-02-16 19:39 ` Doug Anderson
2022-02-10 11:57 ` [PATCH v4 2/5] arm64: dts: qcom: sc7280: Add support for eDP panel on CRD Sankeerth Billakanti
2022-02-11 0:04 ` Bjorn Andersson
2022-02-18 14:56 ` Doug Anderson
2022-02-17 23:49 ` Doug Anderson
2022-02-18 1:03 ` Doug Anderson
2022-02-18 6:03 ` Bjorn Andersson
2022-02-10 11:57 ` [PATCH v4 3/5] arm64: dts: qcom: sc7280: rename edp_out label to mdss_edp_out Sankeerth Billakanti
2022-02-11 0:08 ` Bjorn Andersson [this message]
2022-02-10 11:57 ` [PATCH v4 4/5] drm/panel-edp: Add eDP sharp panel support Sankeerth Billakanti
2022-02-16 19:29 ` Doug Anderson
2022-02-16 19:39 ` Doug Anderson
2022-02-10 11:57 ` [PATCH v4 5/5] drm/msm/dp: Add driver support to utilize drm panel Sankeerth Billakanti
2022-02-19 0:44 ` Doug Anderson
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=YgWpB6dwDP0XeLaj@builder.lan \
--to=bjorn.andersson@linaro.org \
--cc=agross@kernel.org \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=krzysztof.kozlowski@canonical.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_abhinavk@quicinc.com \
--cc=quic_kalyant@quicinc.com \
--cc=quic_khsieh@quicinc.com \
--cc=quic_mkrishn@quicinc.com \
--cc=quic_sbillaka@quicinc.com \
--cc=quic_vproddut@quicinc.com \
--cc=robdclark@gmail.com \
--cc=robh+dt@kernel.org \
--cc=sam@ravnborg.org \
--cc=seanpaul@chromium.org \
--cc=swboyd@chromium.org \
--cc=thierry.reding@gmail.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 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).