public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Cc: Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/5] arm64: dts: qcom: msm8996: Drop redundant VSYNC pin state
Date: Thu, 19 Feb 2026 08:23:45 +0100	[thread overview]
Message-ID: <cc02215b-dcfe-47e7-bc16-0f467b6648c0@kernel.org> (raw)
In-Reply-To: <cq7bdo3l4w7fi2aymo4ovafrj2y52k33dspeii2lvv75viujet@anvldr26j7to>

On 19/02/2026 07:49, Dmitry Baryshkov wrote:
> On Wed, Feb 18, 2026 at 06:24:23PM +0100, Krzysztof Kozlowski wrote:
>> The active and suspend pin state of VSYNC is exactly the same, so just
>> use one node for both states.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>> ---
>>  arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi   |  9 +--------
>>  arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi    | 11 ++---------
>>  arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts     |  2 +-
>>  arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dts |  2 +-
>>  4 files changed, 5 insertions(+), 19 deletions(-)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi
>> index 63ab564655bc..a4dcc88bb01f 100644
>> --- a/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi
>> @@ -745,14 +745,7 @@ mdss_dsi_suspend: mdss-dsi-suspend-state {
>>  		bias-pull-down;
>>  	};
>>  
>> -	mdss_te_active: mdss-te-active-state {
>> -		pins = "gpio10";
>> -		function = "mdp_vsync";
>> -		drive-strength = <2>;
>> -		bias-pull-down;
>> -	};
>> -
>> -	mdss_te_suspend: mdss-te-suspend-state {
>> +	mdss_te: mdss-te-state {
> 
> This is not used and probably can be dropped.
> 

But I think it should be used - it's just incomplete. There DSI is
enabled so there should be a panel using the TE/VSYNC. This looks like
being added for future, just like many other pincfg states.


Best regards,
Krzysztof

  reply	other threads:[~2026-02-19  7:23 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-18 17:24 [PATCH 0/5] arm64: dts: qcom: Drop redundant VSYNC pin state Krzysztof Kozlowski
2026-02-18 17:24 ` [PATCH 1/5] arm64: dts: qcom: msm8996: " Krzysztof Kozlowski
2026-02-19  6:49   ` Dmitry Baryshkov
2026-02-19  7:23     ` Krzysztof Kozlowski [this message]
2026-02-19  7:46       ` Dmitry Baryshkov
2026-02-19  9:18   ` Konrad Dybcio
2026-02-18 17:24 ` [PATCH 2/5] arm64: dts: qcom: msm8998: " Krzysztof Kozlowski
2026-02-19  6:51   ` Dmitry Baryshkov
2026-02-19  8:40     ` Dmitry Baryshkov
2026-02-19  9:19   ` Konrad Dybcio
2026-02-18 17:24 ` [PATCH 3/5] arm64: dts: qcom: sdm845-axolotl: " Krzysztof Kozlowski
2026-02-19  6:52   ` Dmitry Baryshkov
2026-02-19  9:19   ` Konrad Dybcio
2026-02-18 17:24 ` [PATCH 4/5] arm64: dts: qcom: sm8550: " Krzysztof Kozlowski
2026-02-19  6:57   ` Dmitry Baryshkov
2026-02-19  9:19   ` Konrad Dybcio
2026-02-18 17:24 ` [PATCH 5/5] arm64: dts: qcom: sm8650: " Krzysztof Kozlowski
2026-02-19  6:58   ` Dmitry Baryshkov
2026-02-19  9:20   ` Konrad Dybcio

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=cc02215b-dcfe-47e7-bc16-0f467b6648c0@kernel.org \
    --to=krzk@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.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