diff mbox

[U-Boot,7/7,v5] EXYNOS5: Config: Enable dtt command for TMU

Message ID 1358766705-2118-8-git-send-email-akshay.s@samsung.com
State Changes Requested
Delegated to: Minkyu Kang
Headers show

Commit Message

Akshay Saraswat Jan. 21, 2013, 11:11 a.m. UTC
This enables the dtt command to read the current SOC
temperature with the help of TMU

Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
---
Changes since v4:
	- Replaced tmu command configs with corresponding dtt configs. 

 include/configs/exynos5250-dt.h |    2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass Jan. 22, 2013, 8:51 p.m. UTC | #1
On Mon, Jan 21, 2013 at 3:11 AM, Akshay Saraswat <akshay.s@samsung.com> wrote:
> This enables the dtt command to read the current SOC
> temperature with the help of TMU
>
> Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>

Acked-by: Simon Glass <sjg@chromium.org>

> ---
> Changes since v4:
>         - Replaced tmu command configs with corresponding dtt configs.
>
>  include/configs/exynos5250-dt.h |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
> index 53ca41f..8a8e9fe 100644
> --- a/include/configs/exynos5250-dt.h
> +++ b/include/configs/exynos5250-dt.h
> @@ -119,6 +119,8 @@
>
>  /* Thermal Management Unit */
>  #define CONFIG_EXYNOS_TMU
> +#define CONFIG_CMD_DTT
> +#define CONFIG_TMU_CMD_DTT
>
>  /* USB */
>  #define CONFIG_CMD_USB
> --
> 1.7.9.5
>
diff mbox

Patch

diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 53ca41f..8a8e9fe 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -119,6 +119,8 @@ 
 
 /* Thermal Management Unit */
 #define CONFIG_EXYNOS_TMU
+#define CONFIG_CMD_DTT
+#define CONFIG_TMU_CMD_DTT
 
 /* USB */
 #define CONFIG_CMD_USB