From: Jens Reidel <adrian@mainlining.org>
To: david@ixit.cz, Neil Armstrong <neil.armstrong@linaro.org>,
Jessica Zhang <jessica.zhang@oss.qualcomm.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>,
Thierry Reding <thierry.reding@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Casey Connolly <casey.connolly@linaro.org>
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
phone-devel@vger.kernel.org
Subject: Re: [PATCH 5/8] arm64: dts: qcom: sdm845-oneplus: Correct panel reset gpio polarity
Date: Thu, 25 Sep 2025 21:34:44 +0200 [thread overview]
Message-ID: <44229f2c-7004-480f-973b-a36e3288959b@mainlining.org> (raw)
In-Reply-To: <20250925-s6e3fc2x01-v1-5-9293016768f7@ixit.cz>
On 9/25/25 11:12, David Heidelberg via B4 Relay wrote:
> From: David Heidelberg <david@ixit.cz>
>
> Reset GPIO should be active in high state as usually the board doesn't
> invert the polarity.
>
> Fixes: 288ef8a42612 ("arm64: dts: sdm845: add oneplus6/6t devices")
> Signed-off-by: David Heidelberg <david@ixit.cz>
> ---
> arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
> index aff5e80c1eba43e830991c2afd53b6322893cd27..7f968f90a83b869395bedd5de510ba96de3c4e94 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
> @@ -456,7 +456,7 @@ display_panel: panel@0 {
> vci-supply = <&panel_vci_3v3>;
> poc-supply = <&panel_vddi_poc_1p8>;
>
> - reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
> + reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
>
> pinctrl-names = "default";
> pinctrl-0 = <&panel_reset_pins &panel_te_pin &panel_esd_pin>;
>
Hi David,
according to the schematics available to me, this GPIO is active low (as
on most other Qualcomm phones). I'd suggest dropping this and the driver
change.
Best regards,
Jens
next prev parent reply other threads:[~2025-09-25 19:36 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-25 9:12 [PATCH 0/8] Add OnePlus 6T display (Samsung S6E3FC2X01 DDIC with AMS641RW panel) David Heidelberg via B4 Relay
2025-09-25 9:12 ` [PATCH 1/8] dt-bindings: panel: Add Samsung S6E3FC2X01 DDIC with panel David Heidelberg via B4 Relay
2025-10-02 1:00 ` Rob Herring (Arm)
2025-10-02 1:06 ` Rob Herring
2025-09-25 9:12 ` [PATCH 2/8] dt-bindings: display: panel-simple-dsi: Remove Samsung S6E3FC2 compatible David Heidelberg via B4 Relay
2025-09-25 20:51 ` Dmitry Baryshkov
2025-10-02 1:05 ` Rob Herring
2025-09-25 9:12 ` [PATCH 3/8] arm64: dts: qcom: sdm845-oneplus: Describe panel vci and poc supplies David Heidelberg via B4 Relay
2025-09-25 9:20 ` Konrad Dybcio
2025-09-25 9:12 ` [PATCH 4/8] arm64: dts: qcom: sdm845-oneplus-fajita: Reflect used panel in compatible David Heidelberg via B4 Relay
2025-09-25 9:12 ` [PATCH 5/8] arm64: dts: qcom: sdm845-oneplus: Correct panel reset gpio polarity David Heidelberg via B4 Relay
2025-09-25 19:34 ` Jens Reidel [this message]
2025-09-25 9:12 ` [PATCH 6/8] arm64: dts: qcom: sdm845-oneplus: Document TE gpio David Heidelberg via B4 Relay
2025-09-25 9:21 ` Konrad Dybcio
2025-09-25 9:12 ` [PATCH 7/8] drm/panel: samsung-sofef00: Invert reset gpio polarity David Heidelberg via B4 Relay
2025-09-25 21:00 ` Dmitry Baryshkov
2025-09-26 11:45 ` David Heidelberg
2025-09-25 9:12 ` [PATCH 8/8] drm/panel: Add Samsung S6E3FC2X01 DDIC with AMS641RW panel David Heidelberg via B4 Relay
2025-09-27 19:37 ` kernel test robot
2025-09-25 9:37 ` [PATCH 0/8] Add OnePlus 6T display (Samsung S6E3FC2X01 DDIC with AMS641RW panel) Konrad Dybcio
2025-09-25 13:41 ` David Heidelberg
2025-09-25 14:12 ` Rob Herring (Arm)
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=44229f2c-7004-480f-973b-a36e3288959b@mainlining.org \
--to=adrian@mainlining.org \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=casey.connolly@linaro.org \
--cc=conor+dt@kernel.org \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jessica.zhang@oss.qualcomm.com \
--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=neil.armstrong@linaro.org \
--cc=phone-devel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sam@ravnborg.org \
--cc=simona@ffwll.ch \
--cc=thierry.reding@gmail.com \
--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