* [PATCH v2 0/2] SM8450 QoL changes (dts)
@ 2026-07-12 3:12 Esteban Urrutia via B4 Relay
2026-07-12 3:12 ` [PATCH v2 1/2] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes Esteban Urrutia via B4 Relay
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Esteban Urrutia via B4 Relay @ 2026-07-12 3:12 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, phone-devel,
Esteban Urrutia, Dmitry Baryshkov
These patches focus on correcting some details on the DTS for the SM8450
SoC.
Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
---
Changes in v2:
- Split series in subseries (dispcc, dts, qmp, smmu)
- Add mode-switch patch
- Drop applied patches
- Drop GPU operating points patch (existing map seems to be OK)
- Link to v1: https://patch.msgid.link/20260622-sm8450-qol-v1-0-37e2ee8df9da@proton.me
---
Esteban Urrutia (2):
arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
arm64: dts: qcom: sm8450: Add mode-switch property to qmpphy
arch/arm64/boot/dts/qcom/sm8450.dtsi | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
---
base-commit: 96615101b3caf73612f80a217abb9a0da0effbc7
change-id: 20260711-sm8450-qol-dts-8935a6b95807
Best regards,
--
Esteban Urrutia <esteuwu@proton.me>
^ permalink raw reply [flat|nested] 7+ messages in thread* [PATCH v2 1/2] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
2026-07-12 3:12 [PATCH v2 0/2] SM8450 QoL changes (dts) Esteban Urrutia via B4 Relay
@ 2026-07-12 3:12 ` Esteban Urrutia via B4 Relay
2026-07-13 10:45 ` Konrad Dybcio
2026-07-12 3:12 ` [PATCH v2 2/2] arm64: dts: qcom: sm8450: Add mode-switch property to qmpphy Esteban Urrutia via B4 Relay
2026-07-17 3:23 ` [PATCH v2 0/2] SM8450 QoL changes (dts) Bjorn Andersson
2 siblings, 1 reply; 7+ messages in thread
From: Esteban Urrutia via B4 Relay @ 2026-07-12 3:12 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, phone-devel,
Esteban Urrutia, Dmitry Baryshkov
From: Esteban Urrutia <esteuwu@proton.me>
These nodes are not present on downstream device trees and only take memory
away from the AP.
No crashes occur without these nodes, so remove them.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
---
arch/arm64/boot/dts/qcom/sm8450.dtsi | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index 7ddd0f5f539c..cf7c8f831fb0 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -752,11 +752,6 @@ oem_vm_mem: memory@bb000000 {
no-map;
};
- mte_mem: memory@c0000000 {
- reg = <0x0 0xc0000000 0x0 0x20000000>;
- no-map;
- };
-
qheebsp_reserved_mem: memory@e0000000 {
reg = <0x0 0xe0000000 0x0 0x600000>;
no-map;
@@ -806,16 +801,6 @@ qtee_mem: memory@e9b00000 {
reg = <0x0 0xe9b00000 0x0 0x500000>;
no-map;
};
-
- trusted_apps_mem: memory@ea000000 {
- reg = <0x0 0xea000000 0x0 0x3900000>;
- no-map;
- };
-
- trusted_apps_ext_mem: memory@ed900000 {
- reg = <0x0 0xed900000 0x0 0x3b00000>;
- no-map;
- };
};
smp2p-adsp {
--
2.55.0
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH v2 1/2] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
2026-07-12 3:12 ` [PATCH v2 1/2] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes Esteban Urrutia via B4 Relay
@ 2026-07-13 10:45 ` Konrad Dybcio
0 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2026-07-13 10:45 UTC (permalink / raw)
To: esteuwu, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, phone-devel, Dmitry Baryshkov
On 7/12/26 5:12 AM, Esteban Urrutia via B4 Relay wrote:
> From: Esteban Urrutia <esteuwu@proton.me>
>
> These nodes are not present on downstream device trees and only take memory
> away from the AP.
> No crashes occur without these nodes, so remove them.
>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v2 2/2] arm64: dts: qcom: sm8450: Add mode-switch property to qmpphy
2026-07-12 3:12 [PATCH v2 0/2] SM8450 QoL changes (dts) Esteban Urrutia via B4 Relay
2026-07-12 3:12 ` [PATCH v2 1/2] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes Esteban Urrutia via B4 Relay
@ 2026-07-12 3:12 ` Esteban Urrutia via B4 Relay
2026-07-13 10:45 ` Konrad Dybcio
2026-07-17 3:23 ` [PATCH v2 0/2] SM8450 QoL changes (dts) Bjorn Andersson
2 siblings, 1 reply; 7+ messages in thread
From: Esteban Urrutia via B4 Relay @ 2026-07-12 3:12 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, phone-devel, Esteban Urrutia
From: Esteban Urrutia <esteuwu@proton.me>
USB QMP PHY is a possible handler of altmode switching, so add this
property.
Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
---
arch/arm64/boot/dts/qcom/sm8450.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index cf7c8f831fb0..e51babc1cf7a 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -2654,6 +2654,7 @@ usb_1_qmpphy: phy@88e8000 {
#clock-cells = <1>;
#phy-cells = <1>;
+ mode-switch;
orientation-switch;
status = "disabled";
--
2.55.0
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH v2 2/2] arm64: dts: qcom: sm8450: Add mode-switch property to qmpphy
2026-07-12 3:12 ` [PATCH v2 2/2] arm64: dts: qcom: sm8450: Add mode-switch property to qmpphy Esteban Urrutia via B4 Relay
@ 2026-07-13 10:45 ` Konrad Dybcio
0 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2026-07-13 10:45 UTC (permalink / raw)
To: esteuwu, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, phone-devel
On 7/12/26 5:12 AM, Esteban Urrutia via B4 Relay wrote:
> From: Esteban Urrutia <esteuwu@proton.me>
>
> USB QMP PHY is a possible handler of altmode switching, so add this
> property.
>
> Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2 0/2] SM8450 QoL changes (dts)
2026-07-12 3:12 [PATCH v2 0/2] SM8450 QoL changes (dts) Esteban Urrutia via B4 Relay
2026-07-12 3:12 ` [PATCH v2 1/2] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes Esteban Urrutia via B4 Relay
2026-07-12 3:12 ` [PATCH v2 2/2] arm64: dts: qcom: sm8450: Add mode-switch property to qmpphy Esteban Urrutia via B4 Relay
@ 2026-07-17 3:23 ` Bjorn Andersson
2026-07-17 21:04 ` David Heidelberg
2 siblings, 1 reply; 7+ messages in thread
From: Bjorn Andersson @ 2026-07-17 3:23 UTC (permalink / raw)
To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Esteban Urrutia
Cc: linux-arm-msm, devicetree, linux-kernel, phone-devel, Dmitry Baryshkov
On Sat, 11 Jul 2026 23:12:26 -0400, Esteban Urrutia wrote:
> These patches focus on correcting some details on the DTS for the SM8450
> SoC.
>
>
Applied, thanks!
[1/2] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
commit: 0ed8261e0ebdac5f1f08dcbfc209efe36937ed2d
[2/2] arm64: dts: qcom: sm8450: Add mode-switch property to qmpphy
commit: 8a2b4481b66c802af293e55eee07406971d5aa7b
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH v2 0/2] SM8450 QoL changes (dts)
2026-07-17 3:23 ` [PATCH v2 0/2] SM8450 QoL changes (dts) Bjorn Andersson
@ 2026-07-17 21:04 ` David Heidelberg
0 siblings, 0 replies; 7+ messages in thread
From: David Heidelberg @ 2026-07-17 21:04 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Esteban Urrutia
Cc: linux-arm-msm, devicetree, linux-kernel, phone-devel, Dmitry Baryshkov
On 17/07/2026 05:23, Bjorn Andersson wrote:
>
> On Sat, 11 Jul 2026 23:12:26 -0400, Esteban Urrutia wrote:
>> These patches focus on correcting some details on the DTS for the SM8450
>> SoC.
>>
>>
>
> Applied, thanks!
>
> [1/2] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
> commit: 0ed8261e0ebdac5f1f08dcbfc209efe36937ed2d
> [2/2] arm64: dts: qcom: sm8450: Add mode-switch property to qmpphy
> commit: 8a2b4481b66c802af293e55eee07406971d5aa7b
>
> Best regards,
I'm afraid there is v3 of this patchset :(
https://lore.kernel.org/all/20260713-sm8450-qol-dispcc-v3-0-56fd05822270@proton.me/
David
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-07-17 21:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 3:12 [PATCH v2 0/2] SM8450 QoL changes (dts) Esteban Urrutia via B4 Relay
2026-07-12 3:12 ` [PATCH v2 1/2] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes Esteban Urrutia via B4 Relay
2026-07-13 10:45 ` Konrad Dybcio
2026-07-12 3:12 ` [PATCH v2 2/2] arm64: dts: qcom: sm8450: Add mode-switch property to qmpphy Esteban Urrutia via B4 Relay
2026-07-13 10:45 ` Konrad Dybcio
2026-07-17 3:23 ` [PATCH v2 0/2] SM8450 QoL changes (dts) Bjorn Andersson
2026-07-17 21:04 ` David Heidelberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox