From patchwork Fri Jan 18 16:35:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcin Niestroj X-Patchwork-Id: 1027603 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=grinn-global.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43h65Z0T0kz9sBn for ; Sat, 19 Jan 2019 03:36:13 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 9D21CC21E15; Fri, 18 Jan 2019 16:36:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 44623C21D9A; Fri, 18 Jan 2019 16:36:01 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3C49CC21D9A; Fri, 18 Jan 2019 16:36:00 +0000 (UTC) Received: from smtp.megiteam.pl (smtp.megiteam.pl [31.186.83.105]) by lists.denx.de (Postfix) with ESMTPS id E131DC21C6A for ; Fri, 18 Jan 2019 16:35:59 +0000 (UTC) Received: from [95.143.241.142] (helo=localhost.localdomain) by smtp.megiteam.pl with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gkX7e-0004A9-DS; Fri, 18 Jan 2019 17:35:58 +0100 From: Marcin Niestroj To: u-boot@lists.denx.de Date: Fri, 18 Jan 2019 17:35:42 +0100 Message-Id: <20190118163542.12224-1-m.niestroj@grinn-global.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Cc: Tom Rini Subject: [U-Boot] [PATCH] ARM: chiliboard: enable DM_SPI X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Add DM_SPI to suppress build warning about dm conversion. Signed-off-by: Marcin Niestroj --- configs/chiliboard_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig index 02eb324811..ceba006e0c 100644 --- a/configs/chiliboard_defconfig +++ b/configs/chiliboard_defconfig @@ -42,6 +42,7 @@ CONFIG_DM_ETH=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y CONFIG_TIMER=y CONFIG_OMAP_TIMER=y