From: Neil Armstrong <neil.armstrong@linaro.org>
To: Johan Hovold <johan@kernel.org>,
Christopher Obbard <christopher.obbard@linaro.org>
Cc: Douglas Anderson <dianders@chromium.org>,
Jessica Zhang <quic_jesszhan@quicinc.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org,
Rui Miguel Silva <rui.silva@linaro.org>,
Abel Vesa <abel.vesa@linaro.org>,
devicetree@vger.kernel.org
Subject: Re: [PATCH v5 1/3] arm64: dts: qcom: x1e80100: add epd hpd pinctrl
Date: Wed, 23 Jul 2025 09:03:40 +0200 [thread overview]
Message-ID: <bc65cf3e-22ca-4383-bf7a-24a3d343eb26@linaro.org> (raw)
In-Reply-To: <Z_kB3jOH04-zFnym@hovoldconsulting.com>
On 11/04/2025 13:49, Johan Hovold wrote:
> On Wed, Apr 02, 2025 at 03:36:32PM +0100, Christopher Obbard wrote:
>> Add edp_hpd_active pinctrl to the X1E80100 device tree.
>
> Please squash this one with the patch adding the user.
>
>> Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org>
>> ---
>> arch/arm64/boot/dts/qcom/x1e80100.dtsi | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
>> index 46b79fce92c90d969e3de48bc88e27915d1592bb..5b1b80c445404fd02e9f6e5dab207610b03ff9c5 100644
>> --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
>> @@ -6389,6 +6389,11 @@ data-pins {
>> bias-pull-up;
>> };
>> };
>> +
>> + edp_hpd_active: edp-hpd-active-state {
>
> Please keep the nodes sorted by name.
>
>> + pins = "gpio119";
>> + function = "edp_hot";
>
> There is no "edp_hot" function on x1e so I wonder how this has been
> tested.
>
> As I mentioned in a comment to an earlier revision this pin has been
> configured by the firmware as "edp0_hot".
With edp_hot, screen stays black with UI comes up, with edp0_hot it works again.
>
> Since there is also an "edp1_hot" pin, this needs to be reflected in the
> node name and label.
>
> Pin configurations really do belong in board files, but unfortunately
> this was not followed for x1e. You should still include the bias
> configuration (somewhere).
Which bias ? do this pin config needs an additional bias config ?
Neil
>
>> + };
>> };
>>
>> stm@10002000 {
>
> Johan
next prev parent reply other threads:[~2025-07-23 7:03 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-02 14:36 [PATCH v5 0/3] Add support for OLED panel used on Snapdragon Lenovo T14s Gen6 Christopher Obbard
2025-04-02 14:36 ` [PATCH v5 1/3] arm64: dts: qcom: x1e80100: add epd hpd pinctrl Christopher Obbard
2025-04-02 19:05 ` Dmitry Baryshkov
2025-04-11 11:49 ` Johan Hovold
2025-07-23 7:03 ` Neil Armstrong [this message]
2025-07-23 7:31 ` Johan Hovold
2025-04-02 14:36 ` [PATCH v5 2/3] arm64: dts: qcom: x1e78100-t14s: add hpd gpio to dp controller Christopher Obbard
2025-04-02 19:07 ` Dmitry Baryshkov
2025-04-02 14:36 ` [PATCH v5 3/3] arm64: dts: qcom: x1e78100-t14s-oled: add edp panel Christopher Obbard
2025-04-02 19:10 ` Dmitry Baryshkov
2025-04-03 14:35 ` [PATCH v5 0/3] Add support for OLED panel used on Snapdragon Lenovo T14s Gen6 Rob Herring (Arm)
2025-05-20 8:30 ` Johan Hovold
2025-07-10 10:07 ` Johan Hovold
2025-07-22 13:01 ` Neil Armstrong
2025-07-22 13:48 ` Rui Miguel Silva
2025-07-23 6:51 ` Neil Armstrong
2025-07-23 7:27 ` Johan Hovold
2025-07-23 7:31 ` Neil Armstrong
2025-07-31 20:51 ` Christopher Obbard
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=bc65cf3e-22ca-4383-bf7a-24a3d343eb26@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=abel.vesa@linaro.org \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=christopher.obbard@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=johan@kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=quic_jesszhan@quicinc.com \
--cc=robh@kernel.org \
--cc=rui.silva@linaro.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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
all inboxes | Powered by JetHome®