* [PATCH] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider
@ 2025-09-27 11:20 David Heidelberg via B4 Relay
2025-10-06 14:15 ` Konrad Dybcio
2025-10-27 22:36 ` Bjorn Andersson
0 siblings, 2 replies; 5+ messages in thread
From: David Heidelberg via B4 Relay @ 2025-09-27 11:20 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Casey Connolly
Cc: linux-arm-msm, devicetree, linux-kernel, Gergo Koteles,
David Heidelberg
From: Gergo Koteles <soyer@irl.hu>
The previous GPIO numbers were wrong. Update them to the correct
ones and fix the label.
Fixes: 288ef8a42612 ("arm64: dts: sdm845: add oneplus6/6t devices")
Signed-off-by: Gergo Koteles <soyer@irl.hu>
Signed-off-by: David Heidelberg <david@ixit.cz>
---
arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
index dcfffb271fcf3146aeabda8fc19e61b456b76887..51a9a276399ac7de42f4269ace257120236fa81a 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
@@ -803,8 +803,8 @@ hall_sensor_default: hall-sensor-default-state {
bias-disable;
};
- tri_state_key_default: tri-state-key-default-state {
- pins = "gpio40", "gpio42", "gpio26";
+ alert_slider_default: alert-slider-default-state {
+ pins = "gpio126", "gpio52", "gpio24";
function = "gpio";
drive-strength = <2>;
bias-disable;
---
base-commit: 262858079afde6d367ce3db183c74d8a43a0e83f
change-id: 20250927-slider-correct-d34490847d95
Best regards,
--
David Heidelberg <david@ixit.cz>
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider
2025-09-27 11:20 [PATCH] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider David Heidelberg via B4 Relay
@ 2025-10-06 14:15 ` Konrad Dybcio
2025-10-06 14:32 ` David Heidelberg
2025-10-27 22:36 ` Bjorn Andersson
1 sibling, 1 reply; 5+ messages in thread
From: Konrad Dybcio @ 2025-10-06 14:15 UTC (permalink / raw)
To: david, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Casey Connolly
Cc: linux-arm-msm, devicetree, linux-kernel, Gergo Koteles
On 9/27/25 1:20 PM, David Heidelberg via B4 Relay wrote:
> From: Gergo Koteles <soyer@irl.hu>
>
> The previous GPIO numbers were wrong. Update them to the correct
> ones and fix the label.
>
> Fixes: 288ef8a42612 ("arm64: dts: sdm845: add oneplus6/6t devices")
> Signed-off-by: Gergo Koteles <soyer@irl.hu>
> Signed-off-by: David Heidelberg <david@ixit.cz>
> ---
This is currently unused, can you bundle (or squash?) this with the
"add slider" series instead?
Konrad
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider
2025-10-06 14:15 ` Konrad Dybcio
@ 2025-10-06 14:32 ` David Heidelberg
2025-10-06 14:51 ` Konrad Dybcio
0 siblings, 1 reply; 5+ messages in thread
From: David Heidelberg @ 2025-10-06 14:32 UTC (permalink / raw)
To: Konrad Dybcio, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Casey Connolly
Cc: linux-arm-msm, devicetree, linux-kernel, Gergo Koteles
On 06/10/2025 16:15, Konrad Dybcio wrote:
> On 9/27/25 1:20 PM, David Heidelberg via B4 Relay wrote:
>> From: Gergo Koteles <soyer@irl.hu>
>>
>> The previous GPIO numbers were wrong. Update them to the correct
>> ones and fix the label.
>>
>> Fixes: 288ef8a42612 ("arm64: dts: sdm845: add oneplus6/6t devices")
>> Signed-off-by: Gergo Koteles <soyer@irl.hu>
>> Signed-off-by: David Heidelberg <david@ixit.cz>
>> ---
>
> This is currently unused, can you bundle (or squash?) this with the
> "add slider" series instead?
The seriess didn't received any attention or reviews, so I hoped in
least fixing the upstream device-tree before someone will have time to
look at the whole.
Would you recommend sending the "Add support for sound profile switching
and leverage for OnePlus 6 slider" again, just with this small split
improvement now?
Thanks
David
>
> Konrad
--
David Heidelberg
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider
2025-10-06 14:32 ` David Heidelberg
@ 2025-10-06 14:51 ` Konrad Dybcio
0 siblings, 0 replies; 5+ messages in thread
From: Konrad Dybcio @ 2025-10-06 14:51 UTC (permalink / raw)
To: David Heidelberg, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Casey Connolly
Cc: linux-arm-msm, devicetree, linux-kernel, Gergo Koteles
On 10/6/25 4:32 PM, David Heidelberg wrote:
> On 06/10/2025 16:15, Konrad Dybcio wrote:
>> On 9/27/25 1:20 PM, David Heidelberg via B4 Relay wrote:
>>> From: Gergo Koteles <soyer@irl.hu>
>>>
>>> The previous GPIO numbers were wrong. Update them to the correct
>>> ones and fix the label.
>>>
>>> Fixes: 288ef8a42612 ("arm64: dts: sdm845: add oneplus6/6t devices")
>>> Signed-off-by: Gergo Koteles <soyer@irl.hu>
>>> Signed-off-by: David Heidelberg <david@ixit.cz>
>>> ---
>>
>> This is currently unused, can you bundle (or squash?) this with the
>> "add slider" series instead?
>
> The seriess didn't received any attention or reviews, so I hoped in least fixing the upstream device-tree before someone will have time to look at the whole.
>
> Would you recommend sending the "Add support for sound profile switching and leverage for OnePlus 6 slider" again, just with this small split improvement now?
It's been a good 2 months, so it wouldn't hurt.. perhaps wait
one more week for -rc1 to come out, in case anyone you depend on
is *that* pedantic..
Konrad
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider
2025-09-27 11:20 [PATCH] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider David Heidelberg via B4 Relay
2025-10-06 14:15 ` Konrad Dybcio
@ 2025-10-27 22:36 ` Bjorn Andersson
1 sibling, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2025-10-27 22:36 UTC (permalink / raw)
To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Casey Connolly, David Heidelberg
Cc: linux-arm-msm, devicetree, linux-kernel, Gergo Koteles
On Sat, 27 Sep 2025 13:20:28 +0200, David Heidelberg wrote:
> The previous GPIO numbers were wrong. Update them to the correct
> ones and fix the label.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider
commit: d7ec7d34237498fab7a6afed8da4b7139b0e387c
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-10-27 22:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-27 11:20 [PATCH] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider David Heidelberg via B4 Relay
2025-10-06 14:15 ` Konrad Dybcio
2025-10-06 14:32 ` David Heidelberg
2025-10-06 14:51 ` Konrad Dybcio
2025-10-27 22:36 ` Bjorn Andersson
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).