summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoeren Moch <smoch@web.de>2015-05-29 20:32:41 +0200
committerStefano Babic <sbabic@denx.de>2015-06-09 12:08:06 +0200
commitfbd18aa610df896ccebbebb3fb88b19dddd7c413 (patch)
treeccaafce10b66a6773774f646ca1fda99f065f795
parent6c1751efca6eb7e1e6c64535607ca9c45a8657e1 (diff)
downloadu-boot-imx-fbd18aa610df896ccebbebb3fb88b19dddd7c413.zip
u-boot-imx-fbd18aa610df896ccebbebb3fb88b19dddd7c413.tar.gz
u-boot-imx-fbd18aa610df896ccebbebb3fb88b19dddd7c413.tar.bz2
tbs2910: add thermal support
Signed-off-by: Soeren Moch <smoch@web.de>
-rw-r--r--configs/tbs2910_defconfig2
-rw-r--r--include/configs/tbs2910.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index 3e720a7..ed9c70f 100644
--- a/configs/tbs2910_defconfig
+++ b/configs/tbs2910_defconfig
@@ -3,3 +3,5 @@ CONFIG_TARGET_TBS2910=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q"
CONFIG_CMD_SETEXPR=y
CONFIG_CMD_NET=y
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index e1c9937..eec0241 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -21,6 +21,8 @@
#define CONFIG_SYS_PROMPT "Matrix U-Boot> "
#define CONFIG_SYS_HZ 1000
+#define CONFIG_IMX6_THERMAL
+
/* Physical Memory Map */
#define CONFIG_NR_DRAM_BANKS 1
#define CONFIG_SYS_SDRAM_BASE MMDC0_ARB_BASE_ADDR