From: Soeren Moch Date: Fri, 29 May 2015 18:32:41 +0000 (+0200) Subject: tbs2910: add thermal support X-Git-Tag: v2015.07~29^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbd18aa610df896ccebbebb3fb88b19dddd7c413;p=platform%2Fkernel%2Fu-boot.git tbs2910: add thermal support Signed-off-by: Soeren Moch --- 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