From patchwork Sun May 17 23:10:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikolay Dimitrov X-Patchwork-Id: 473231 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id EEF491401B5 for ; Mon, 18 May 2015 09:11:00 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=mail.bg header.i=@mail.bg header.b=DXNBfokk; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F1C4D4B947; Mon, 18 May 2015 01:10:56 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id El4kT_5S2kEj; Mon, 18 May 2015 01:10:56 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D686D4B942; Mon, 18 May 2015 01:10:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B1F574B93F for ; Mon, 18 May 2015 01:10:53 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l-acknF9ag_2 for ; Mon, 18 May 2015 01:10:53 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mx2.mail.bg (mx2.mail.bg [193.201.172.118]) by theia.denx.de (Postfix) with ESMTPS id 5B10D4B943 for ; Mon, 18 May 2015 01:10:49 +0200 (CEST) Received: from localhost.localdomain (unknown [93.152.143.60]) by mx2.mail.bg (Postfix) with ESMTPA id 17C7E6000853; Mon, 18 May 2015 02:10:49 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1431904249; bh=U9ddLajAzeQIl5lIzZxbyaKwSH+MdVC5sIuM5yyHspc=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=DXNBfokkrKb62nlqJNIKQN7J6WSZx7iOIlcXQKE8eSVjsFCnDY+wkH4bkCk/M27Cx d2lwNmYngt6OBBbcMSeMh8YfgbA3CPS4D6fiuEDY4+84bBaEcuRD//U1jFcZAmQKjW ljJQuX3vl7l7wwcAX+1lNV7x6FUkw5nbai6Jotzw= From: Nikolay Dimitrov To: u-boot@lists.denx.de Date: Mon, 18 May 2015 02:10:46 +0300 Message-Id: <1431904247-7298-2-git-send-email-picmaster@mail.bg> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1431904247-7298-1-git-send-email-picmaster@mail.bg> References: <1431904247-7298-1-git-send-email-picmaster@mail.bg> Subject: [U-Boot] [PATCH 2/3] imx: riotboard: Enable thermal DM support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Nikolay Dimitrov --- configs/riotboard_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index c0b689b..ae0036a 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -1,3 +1,5 @@ CONFIG_ARM=y CONFIG_TARGET_EMBESTMX6BOARDS=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024,ENV_IS_IN_MMC" +CONFIG_DM=y +CONFIG_DM_THERMAL=y