From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 09 Jun 2015 12:10:03 +0200 Subject: [U-Boot] [PATCH 1/2] tbs2910: add thermal support In-Reply-To: <1432924362-11438-1-git-send-email-smoch@web.de> References: <1432924362-11438-1-git-send-email-smoch@web.de> Message-ID: <5576BB7B.8000806@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29/05/2015 20:32, Soeren Moch wrote: > Signed-off-by: Soeren Moch > --- > Cc: Stefano Babic > --- > configs/tbs2910_defconfig | 2 ++ > include/configs/tbs2910.h | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig > index cace345..51319d1 100644 > --- a/configs/tbs2910_defconfig > +++ b/configs/tbs2910_defconfig > @@ -1,3 +1,5 @@ > CONFIG_ARM=y > CONFIG_TARGET_TBS2910=y > CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q" > +CONFIG_DM=y > +CONFIG_DM_THERMAL=y > diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h > index 13a6e06..2d0de45 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 > Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================