summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiva Pothireddy <sivapr@mps-clkwork-02.sj.broadcom.com>2014-12-10 00:28:48 -0800
committerImre Sunyi <imre.sunyi@sonymobile.com>2014-12-12 06:45:19 +0000
commit4d565aca2c1cc39f8edfbaccdce1b55edd861d5b (patch)
treeefbb6ed744a822006058d88feb1a35fc23bcd89d
parent23d376ef33aa4c500a5ea24a290f029d5f8e2de3 (diff)
downloadbcm-4d565aca2c1cc39f8edfbaccdce1b55edd861d5b.tar.gz
[PMU]: Throttle driver is duplicated
Charging throttle functionality is taken care by coolant driver which is present in drivers/power/bcmpmu-charger-coolant.c, so drivers/power/bcmpmu59xxx-thermal-throttle.c is not required. Below two config's will take care of throttling CONFIG_BCMPMU_CHARGER_COOLANT CONFIG_BCMPMU_DIETEMP_THERMAL So this patch removes CONFIG_BCMPMU_THERMAL_THROTTLE, which is not supported. Change-Id: Iece8223c98759c02a9467d2a8ba3d5ccca8127e5 Signed-off-by: Siva Pothireddy <sivapr@mps-clkwork-02.sj.broadcom.com>
-rw-r--r--arch/arm/configs/tetra_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tetra_defconfig b/arch/arm/configs/tetra_defconfig
index 81f066642a5..03146b5e5b0 100644
--- a/arch/arm/configs/tetra_defconfig
+++ b/arch/arm/configs/tetra_defconfig
@@ -349,7 +349,7 @@ CONFIG_SPI_SPIDEV=y
CONFIG_GPIO_SYSFS=y
CONFIG_PWM=y
CONFIG_KONA_PWMC=y
-CONFIG_BCMPMU_THERMAL_THROTTLE=y
+# CONFIG_BCMPMU_THERMAL_THROTTLE is not set
CONFIG_BCMPMU_CHARGER_COOLANT=y
CONFIG_SENSORS_BCMPMU=y
CONFIG_THERMAL=y