Skip to content

Commit 53eba6f

Browse files
committed
ipq806x: fixup thermal patches
Fix conflict with thermal patches added in c03d431. Signed-off-by: Stijn Tintel <[email protected]>
1 parent 761e608 commit 53eba6f

File tree

3 files changed

+5
-249
lines changed

3 files changed

+5
-249
lines changed

target/linux/ipq806x/patches-4.4/015-1-thermal-qcom-tsens-Add-a-skeletal-TSENS-drivers.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Signed-off-by: Zhang Rui <[email protected]>
6363
+ };
6464
--- a/drivers/thermal/Kconfig
6565
+++ b/drivers/thermal/Kconfig
66-
@@ -391,4 +391,9 @@ config QCOM_SPMI_TEMP_ALARM
67-
real time die temperature if an ADC is present or an estimate of the
68-
temperature based upon the over temperature stage value.
66+
@@ -404,4 +404,9 @@ config BCM2835_THERMAL
67+
help
68+
Support for thermal sensors on Broadcom bcm2835 SoCs.
6969

7070
+menu "Qualcomm thermal drivers"
7171
+depends on (ARCH_QCOM && OF) || COMPILE_TEST
@@ -75,10 +75,10 @@ Signed-off-by: Zhang Rui <[email protected]>
7575
endif
7676
--- a/drivers/thermal/Makefile
7777
+++ b/drivers/thermal/Makefile
78-
@@ -48,3 +48,4 @@ obj-$(CONFIG_INTEL_PCH_THERMAL) += intel
79-
obj-$(CONFIG_ST_THERMAL) += st/
78+
@@ -50,3 +50,4 @@ obj-$(CONFIG_ST_THERMAL) += st/
8079
obj-$(CONFIG_TEGRA_SOCTHERM) += tegra_soctherm.o
8180
obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o
81+
obj-$(CONFIG_BCM2835_THERMAL) += bcm2835_thermal.o
8282
+obj-$(CONFIG_QCOM_TSENS) += qcom/
8383
--- /dev/null
8484
+++ b/drivers/thermal/qcom/Kconfig

target/linux/ipq806x/patches-4.4/016-2-thermal-of-thermal-Add-devm-version-of.patch

Lines changed: 0 additions & 143 deletions
This file was deleted.

target/linux/ipq806x/patches-4.4/017-09-thermal-core-export-apis-to-get-slope-and-offset.patch

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)