Linus Torvalds released the next kernel after 6.19 as version 7.0 instead of 6.20. Rename the backported patch files accordingly so their names correctly reflect the upstream release they originate from. This is a pure rename (100% similarity), no functional changes. Affected targets: - microchipsw (patches-6.18) - qualcommax (patches-6.12, patches-6.18) Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/24491 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 60fb18fbc234efb2d59472a889282dba2df3402a Mon Sep 17 00:00:00 2001
|
|
From: George Moussalem <george.moussalem@outlook.com>
|
|
Date: Mon, 18 Aug 2025 15:33:47 +0400
|
|
Subject: arm64: dts: qcom: ipq5018: Remove tsens v1 fallback compatible
|
|
|
|
Remove qcom,tsens-v1 as fallback compatible since this IP has no RPM
|
|
and, as such, must use its own init routine available in the driver.
|
|
|
|
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
|
|
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
|
|
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
|
Link: https://lore.kernel.org/r/20250818-ipq5018-tsens-fix-v1-2-0f08cf09182d@outlook.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq5018.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
(limited to 'arch/arm64/boot/dts/qcom/ipq5018.dtsi')
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
@@ -340,7 +340,7 @@
|
|
};
|
|
|
|
tsens: thermal-sensor@4a9000 {
|
|
- compatible = "qcom,ipq5018-tsens", "qcom,tsens-v1";
|
|
+ compatible = "qcom,ipq5018-tsens";
|
|
reg = <0x004a9000 0x1000>,
|
|
<0x004a8000 0x1000>;
|
|
|