[PATCH] arm64: dts: qcom: remove msm8996-v3.0.dtsi

Bartosz Golaszewski posted 1 patch 1 day, 2 hours ago
arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi | 63 ----------------------
1 file changed, 63 deletions(-)
delete mode 100644 arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi
[PATCH] arm64: dts: qcom: remove msm8996-v3.0.dtsi
Posted by Bartosz Golaszewski 1 day, 2 hours ago
This file is not used anywhere. Remove it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi | 63 ----------------------
 1 file changed, 63 deletions(-)
 delete mode 100644 arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi

diff --git a/arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi b/arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi
deleted file mode 100644
index 929bdcd45d02..000000000000
--- a/arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi
+++ /dev/null
@@ -1,63 +0,0 @@
-// SPDX-License-Identifier: BSD-3-Clause
-/*
- * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
- */
-
-#include "msm8996.dtsi"
-
-/ {
-	qcom,msm-id = <246 0x30000>;
-};
-
- /*
-  * This revision seems to have differ GPU CPR
-  * parameters, GPU frequencies and some differences
-  * when it comes to voltage delivery to.. once again
-  * the GPU. Funnily enough, it's simpler to make it an
-  * overlay on top of 3.1 (the final one) than vice versa.
-  * The differences will show here as more and more
-  * features get enabled upstream.
-  */
-
-gpu_opp_table_3_0: opp-table-gpu30 {
-	compatible = "operating-points-v2";
-
-	opp-624000000 {
-		opp-hz = /bits/ 64 <624000000>;
-		opp-level = <7>;
-	};
-
-	opp-560000000 {
-		opp-hz = /bits/ 64 <560000000>;
-		opp-level = <6>;
-	};
-
-	opp-510000000 {
-		opp-hz = /bits/ 64 <510000000>;
-		opp-level = <5>;
-	};
-
-	opp-401800000 {
-		opp-hz = /bits/ 64 <401800000>;
-		opp-level = <4>;
-	};
-
-	opp-315000000 {
-		opp-hz = /bits/ 64 <315000000>;
-		opp-level = <3>;
-	};
-
-	opp-214000000 {
-		opp-hz = /bits/ 64 <214000000>;
-		opp-level = <3>;
-	};
-
-	opp-133000000 {
-		opp-hz = /bits/ 64 <133000000>;
-		opp-level = <3>;
-	};
-};
-
-&gpu {
-	operating-points-v2 = <&gpu_opp_table_3_0>;
-};
-- 
2.47.3
Re: [PATCH] arm64: dts: qcom: remove msm8996-v3.0.dtsi
Posted by Krzysztof Kozlowski 22 hours ago
On 06/02/2026 14:45, Bartosz Golaszewski wrote:
> This file is not used anywhere. Remove it.
> 
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

Rob already cleaned up all of them:
https://lore.kernel.org/all/20251212203226.458694-3-robh@kernel.org/

at least reported-by could go to him, especially that I told you about
this removal on yesterday's meeting.

Best regards,
Krzysztof
Re: [PATCH] arm64: dts: qcom: remove msm8996-v3.0.dtsi
Posted by Bartosz Golaszewski 22 hours ago
On Fri, Feb 6, 2026 at 6:08 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On 06/02/2026 14:45, Bartosz Golaszewski wrote:
> > This file is not used anywhere. Remove it.
> >
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
>
> Rob already cleaned up all of them:
> https://lore.kernel.org/all/20251212203226.458694-3-robh@kernel.org/
>
> at least reported-by could go to him, especially that I told you about
> this removal on yesterday's meeting.
>

I don't recall talking about it yesterday nor was I aware of the other
patch. I noticed it today when I was running my WiP dts formatter.

Please drop this and take Rob's patch.

Bart
Re: [PATCH] arm64: dts: qcom: remove msm8996-v3.0.dtsi
Posted by Krzysztof Kozlowski 22 hours ago
On 06/02/2026 18:08, Krzysztof Kozlowski wrote:
> On 06/02/2026 14:45, Bartosz Golaszewski wrote:
>> This file is not used anywhere. Remove it.
>>
>> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
> 
> Rob already cleaned up all of them:
> https://lore.kernel.org/all/20251212203226.458694-3-robh@kernel.org/
> 
> at least reported-by could go to him, especially that I told you about
> this removal on yesterday's meeting.

So if Rob does not respin his patch (which seems happening) then:

Reported-by: Rob Herring (Arm) <robh@kernel.org>
Closes: https://lore.kernel.org/all/20251212203226.458694-3-robh@kernel.org/

Best regards,
Krzysztof
Re: [PATCH] arm64: dts: qcom: remove msm8996-v3.0.dtsi
Posted by Konrad Dybcio 1 day ago
On 2/6/26 2:45 PM, Bartosz Golaszewski wrote:
> This file is not used anywhere. Remove it.
> 
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
> ---

I think it's the nth attempt to do it, hopefully it finally clicks

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad