diff options
author | hongbo.zhang <hongbo.zhang@linaro.com> | 2012-11-15 05:56:43 -0500 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2012-11-15 07:51:02 -0500 |
commit | dc1956b5f84de7d453ec4d9fe68385fffd689686 (patch) | |
tree | e2254dd16d7c178994439d0f784945b25e80e62c /arch/arm/configs | |
parent | aa1acb0451bb27add173d9641d0b74c58889e693 (diff) |
Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.
This patch adds device tree properties for ST-Ericsson DB8500 thermal driver,
also adds the platform data to support the old fashion.
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/u8500_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index da6845493caa..250625d5223f 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig | |||
@@ -69,6 +69,8 @@ CONFIG_GPIO_TC3589X=y | |||
69 | CONFIG_POWER_SUPPLY=y | 69 | CONFIG_POWER_SUPPLY=y |
70 | CONFIG_AB8500_BM=y | 70 | CONFIG_AB8500_BM=y |
71 | CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL=y | 71 | CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL=y |
72 | CONFIG_THERMAL=y | ||
73 | CONFIG_CPU_THERMAL=y | ||
72 | CONFIG_MFD_STMPE=y | 74 | CONFIG_MFD_STMPE=y |
73 | CONFIG_MFD_TC3589X=y | 75 | CONFIG_MFD_TC3589X=y |
74 | CONFIG_AB5500_CORE=y | 76 | CONFIG_AB5500_CORE=y |