All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doug Anderson <dianders@chromium.org>
To: Sankeerth Billakanti <quic_sbillaka@quicinc.com>
Cc: dri-devel <dri-devel@lists.freedesktop.org>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	freedreno <freedreno@lists.freedesktop.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" 
	<devicetree@vger.kernel.org>, Rob Clark <robdclark@gmail.com>,
	Sean Paul <seanpaul@chromium.org>,
	Stephen Boyd <swboyd@chromium.org>,
	quic_kalyant <quic_kalyant@quicinc.com>,
	quic_abhinavk@quicinc.com, quic_khsieh@quicinc.com,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	krzk+dt@kernel.org, Sean Paul <sean@poorly.run>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	Thierry Reding <thierry.reding@gmail.com>,
	Sam Ravnborg <sam@ravnborg.org>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	quic_vproddut@quicinc.com
Subject: Re: [PATCH v5 2/9] arm64: dts: qcom: sc7280: Add support for eDP panel on CRD
Date: Fri, 18 Mar 2022 10:20:51 -0700	[thread overview]
Message-ID: <CAD=FV=XM1njMY63SCC3yNoA9Uvu+_3xLGkC5OWoLjR-0KnmhWg@mail.gmail.com> (raw)
In-Reply-To: <1647452154-16361-3-git-send-email-quic_sbillaka@quicinc.com>

Hi,

On Wed, Mar 16, 2022 at 10:36 AM Sankeerth Billakanti
<quic_sbillaka@quicinc.com> wrote:
>
> Enable support for eDP interface via aux_bus on CRD platform.
>
> Signed-off-by: Sankeerth Billakanti <quic_sbillaka@quicinc.com>
> ---
>
> Changes in v5:
>   - Change the order of patches
>   - Remove the backlight nodes
>   - Remove the bias setting
>   - Fix compilation issue
>   - Model VREG_EDP_BP for backlight power
>
> Changes in v4:
>   - Create new patch for name changes
>   - Remove output-low
>
> Changes in v3:
>   - Sort the nodes alphabetically
>   - Use - instead of _ as node names
>   - Place the backlight and panel nodes under root
>   - Change the name of edp_out to mdss_edp_out
>   - Change the names of regulator nodes
>   - Delete unused properties in the board file
>
>
> Changes in v2:
>   - Sort node references alphabetically
>   - Improve readability
>   - Move the pwm pinctrl to pwm node
>   - Move the regulators to root
>   - Define backlight power
>   - Remove dummy regulator node
>   - Cleanup pinctrl definitions
>
>  arch/arm64/boot/dts/qcom/sc7280-crd.dts | 93 +++++++++++++++++++++++++++++++++
>  1 file changed, 93 insertions(+)

At a high level, I'd expect your patch to be based upon Matthias's
series, AKA the 4 patches from:

https://lore.kernel.org/r/20220316172814.v1.1.I2deda8f2cd6adfbb525a97d8fee008a8477b7b0e@changeid/

I'll leave it up to you about whether you care to support eDP on the
old CRD1/2 or just on CRD3. Personally I'd think CRD3 would be enough.

Then, I'd expect your patch to mostly incorporate
<https://crrev.com/c/3379844>, though that patch was written before
aux-bus support so the panel would need to go in a different place.

Stephen already gave some comments and basing on Matthias's patches
will be a pretty big change, so I probably won't comment lots more.


> +&mdss_edp {
> +       status = "okay";
> +
> +       data-lanes = <0 1 2 3>;
> +       vdda-1p2-supply = <&vreg_l6b_1p2>;
> +       vdda-0p9-supply = <&vreg_l10c_0p8>;
> +
> +       aux-bus {
> +               edp_panel: edp-panel {

As Stephen pointed out, it should be called "panel".

WARNING: multiple messages have this Message-ID (diff)
From: Doug Anderson <dianders@chromium.org>
To: Sankeerth Billakanti <quic_sbillaka@quicinc.com>
Cc: David Airlie <airlied@linux.ie>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Thierry Reding <thierry.reding@gmail.com>,
	Sam Ravnborg <sam@ravnborg.org>,
	quic_khsieh@quicinc.com, Andy Gross <agross@kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	quic_vproddut@quicinc.com,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	quic_abhinavk@quicinc.com, Stephen Boyd <swboyd@chromium.org>,
	Rob Herring <robh+dt@kernel.org>,
	Sean Paul <seanpaul@chromium.org>, Sean Paul <sean@poorly.run>,
	quic_kalyant <quic_kalyant@quicinc.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	krzk+dt@kernel.org, freedreno <freedreno@lists.freedesktop.org>
Subject: Re: [PATCH v5 2/9] arm64: dts: qcom: sc7280: Add support for eDP panel on CRD
Date: Fri, 18 Mar 2022 10:20:51 -0700	[thread overview]
Message-ID: <CAD=FV=XM1njMY63SCC3yNoA9Uvu+_3xLGkC5OWoLjR-0KnmhWg@mail.gmail.com> (raw)
In-Reply-To: <1647452154-16361-3-git-send-email-quic_sbillaka@quicinc.com>

Hi,

On Wed, Mar 16, 2022 at 10:36 AM Sankeerth Billakanti
<quic_sbillaka@quicinc.com> wrote:
>
> Enable support for eDP interface via aux_bus on CRD platform.
>
> Signed-off-by: Sankeerth Billakanti <quic_sbillaka@quicinc.com>
> ---
>
> Changes in v5:
>   - Change the order of patches
>   - Remove the backlight nodes
>   - Remove the bias setting
>   - Fix compilation issue
>   - Model VREG_EDP_BP for backlight power
>
> Changes in v4:
>   - Create new patch for name changes
>   - Remove output-low
>
> Changes in v3:
>   - Sort the nodes alphabetically
>   - Use - instead of _ as node names
>   - Place the backlight and panel nodes under root
>   - Change the name of edp_out to mdss_edp_out
>   - Change the names of regulator nodes
>   - Delete unused properties in the board file
>
>
> Changes in v2:
>   - Sort node references alphabetically
>   - Improve readability
>   - Move the pwm pinctrl to pwm node
>   - Move the regulators to root
>   - Define backlight power
>   - Remove dummy regulator node
>   - Cleanup pinctrl definitions
>
>  arch/arm64/boot/dts/qcom/sc7280-crd.dts | 93 +++++++++++++++++++++++++++++++++
>  1 file changed, 93 insertions(+)

At a high level, I'd expect your patch to be based upon Matthias's
series, AKA the 4 patches from:

https://lore.kernel.org/r/20220316172814.v1.1.I2deda8f2cd6adfbb525a97d8fee008a8477b7b0e@changeid/

I'll leave it up to you about whether you care to support eDP on the
old CRD1/2 or just on CRD3. Personally I'd think CRD3 would be enough.

Then, I'd expect your patch to mostly incorporate
<https://crrev.com/c/3379844>, though that patch was written before
aux-bus support so the panel would need to go in a different place.

Stephen already gave some comments and basing on Matthias's patches
will be a pretty big change, so I probably won't comment lots more.


> +&mdss_edp {
> +       status = "okay";
> +
> +       data-lanes = <0 1 2 3>;
> +       vdda-1p2-supply = <&vreg_l6b_1p2>;
> +       vdda-0p9-supply = <&vreg_l10c_0p8>;
> +
> +       aux-bus {
> +               edp_panel: edp-panel {

As Stephen pointed out, it should be called "panel".

  parent reply	other threads:[~2022-03-18 17:21 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-16 17:35 [PATCH v5 0/9] Add support for the eDP panel on sc7280 CRD Sankeerth Billakanti
2022-03-16 17:35 ` Sankeerth Billakanti
2022-03-16 17:35 ` [PATCH v5 1/9] arm64: dts: qcom: sc7280: rename edp_out label to mdss_edp_out Sankeerth Billakanti
2022-03-16 17:35   ` Sankeerth Billakanti
2022-03-17 21:11   ` Stephen Boyd
2022-03-17 21:11     ` Stephen Boyd
2022-03-18  0:13   ` Doug Anderson
2022-03-18  0:13     ` Doug Anderson
2022-03-16 17:35 ` [PATCH v5 2/9] arm64: dts: qcom: sc7280: Add support for eDP panel on CRD Sankeerth Billakanti
2022-03-16 17:35   ` Sankeerth Billakanti
2022-03-17 21:23   ` Stephen Boyd
2022-03-17 21:23     ` Stephen Boyd
2022-03-25 13:30     ` Sankeerth Billakanti (QUIC)
2022-03-25 13:30       ` Sankeerth Billakanti (QUIC)
2022-03-25 19:51       ` Stephen Boyd
2022-03-25 19:51         ` Stephen Boyd
2022-03-18 17:20   ` Doug Anderson [this message]
2022-03-18 17:20     ` Doug Anderson
2022-03-25 13:41     ` Sankeerth Billakanti (QUIC)
2022-03-25 13:41       ` Sankeerth Billakanti (QUIC)
2022-03-25 13:44       ` Doug Anderson
2022-03-25 13:44         ` Doug Anderson
2022-03-16 17:35 ` [PATCH v5 3/9] arm64: dts: qcom: sc7280: Enable backlight for eDP panel Sankeerth Billakanti
2022-03-16 17:35   ` Sankeerth Billakanti
2022-03-17 21:28   ` Stephen Boyd
2022-03-17 21:28     ` Stephen Boyd
2022-03-25 13:34     ` Sankeerth Billakanti (QUIC)
2022-03-25 13:34       ` Sankeerth Billakanti (QUIC)
2022-03-16 17:35 ` [PATCH v5 4/9] drm/panel-edp: add LQ140M1JW46 edp panel entry Sankeerth Billakanti
2022-03-16 17:35   ` Sankeerth Billakanti
2022-03-17 21:28   ` Stephen Boyd
2022-03-17 21:28     ` Stephen Boyd
2022-03-18  0:04   ` Doug Anderson
2022-03-18  0:04     ` Doug Anderson
2022-03-16 17:35 ` [PATCH v5 5/9] drm/msm/dp: Add eDP support via aux_bus Sankeerth Billakanti
2022-03-16 17:35   ` Sankeerth Billakanti
2022-03-17 21:37   ` Stephen Boyd
2022-03-17 21:37     ` Stephen Boyd
2022-03-25 14:11     ` Sankeerth Billakanti (QUIC)
2022-03-25 14:11       ` Sankeerth Billakanti (QUIC)
2022-03-25 16:45       ` Doug Anderson
2022-03-25 16:45         ` Doug Anderson
2022-03-16 17:35 ` [PATCH v5 6/9] drm/msm/dp: wait for hpd high before any sink interaction Sankeerth Billakanti
2022-03-16 17:35   ` Sankeerth Billakanti
2022-03-18  1:19   ` Stephen Boyd
2022-03-18  1:19     ` Stephen Boyd
2022-03-18 16:24     ` Doug Anderson
2022-03-18 16:24       ` Doug Anderson
2022-03-18 20:16       ` Stephen Boyd
2022-03-18 20:16         ` Stephen Boyd
2022-03-18 21:58         ` Doug Anderson
2022-03-18 21:58           ` Doug Anderson
2022-03-18 23:27           ` Stephen Boyd
2022-03-18 23:27             ` Stephen Boyd
2022-03-18 23:56             ` Doug Anderson
2022-03-18 23:56               ` Doug Anderson
2022-03-25 15:54               ` Sankeerth Billakanti (QUIC)
2022-03-25 15:54                 ` Sankeerth Billakanti (QUIC)
2022-03-25 16:05                 ` Doug Anderson
2022-03-25 16:05                   ` Doug Anderson
2022-03-25 16:44                   ` Sankeerth Billakanti
2022-03-25 16:44                     ` Sankeerth Billakanti
2022-03-16 17:35 ` [PATCH v5 7/9] drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDP Sankeerth Billakanti
2022-03-16 17:35   ` Sankeerth Billakanti
2022-03-16 17:35 ` [PATCH v5 8/9] drm/msm/dp: Handle eDP mode_valid case Sankeerth Billakanti
2022-03-16 17:35   ` Sankeerth Billakanti
2022-03-16 17:35 ` [PATCH v5 9/9] drm/msm/dp: Support edp/dp without hpd Sankeerth Billakanti
2022-03-16 17:35   ` Sankeerth Billakanti

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='CAD=FV=XM1njMY63SCC3yNoA9Uvu+_3xLGkC5OWoLjR-0KnmhWg@mail.gmail.com' \
    --to=dianders@chromium.org \
    --cc=agross@kernel.org \
    --cc=airlied@linux.ie \
    --cc=bjorn.andersson@linaro.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=krzk+dt@kernel.org \
    --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_sbillaka@quicinc.com \
    --cc=quic_vproddut@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=sean@poorly.run \
    --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 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.