From patchwork Tue Jul 15 00:56:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 369815 X-Patchwork-Delegate: jagannadh.teki@gmail.com 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 5C186140142 for ; Tue, 15 Jul 2014 11:02:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CD78FA75BC; Tue, 15 Jul 2014 03:01:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 WZw6FvcotvMk; Tue, 15 Jul 2014 03:01:49 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 766AFA75AE; Tue, 15 Jul 2014 02:59:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B09EFA75E8 for ; Tue, 15 Jul 2014 02:58:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 z5Tj1NL3uWsd for ; Tue, 15 Jul 2014 02:58:43 +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 mail-oa0-f73.google.com (mail-oa0-f73.google.com [209.85.219.73]) by theia.denx.de (Postfix) with ESMTPS id 08A18A7589 for ; Tue, 15 Jul 2014 02:58:09 +0200 (CEST) Received: by mail-oa0-f73.google.com with SMTP id g18so1042248oah.0 for ; Mon, 14 Jul 2014 17:58:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=OWhDMSTWUxBSqyzdZRaTu+pSrp6x4F3DSH/S5Wh4Qfc=; b=BUtyYlwRnyhHl/5VB+Nm+hRe+6hTroKDb8Rn+AFyQKIZpIVHnJicghOr/CD7u9q3MC YtqUlq9NNpHpNCoBp4P5JzK1e0oRvURqAN7rru9E+bcpnSe9HP8tb3XqNaSEP9chbkVS 52IZMlF13QKJ2+Vdk1hGH2VGuo2yZsWZoJepMruDb+EKbov9oSKoM9fdSSGh3u0QwxOI S1BGpv5DmikY5Kl2qnplU3MGn/KzCBukYKdFP96JHpdnGgQZo5owykoFwF/h2IPVgDY1 L02SMDWZQTaP68AQgYPv9W0q76X2l3QYE9+CT1xScFRCrC2ETL5XapRGgtBzQf2iMkRS 6rXQ== X-Gm-Message-State: ALoCoQnfo5uM0azFCj02IZ4lZ27oiL4HJp7rekcCAkkW30lD3WFiKwbBljgTczRNlN51uJwiAKu8 X-Received: by 10.42.85.142 with SMTP id q14mr10814908icl.16.1405385888291; Mon, 14 Jul 2014 17:58:08 -0700 (PDT) Received: from corp2gmr1-1.hot.corp.google.com (corp2gmr1-1.hot.corp.google.com [172.24.189.92]) by gmr-mx.google.com with ESMTPS id o69si857867yhp.6.2014.07.14.17.58.08 for (version=TLSv1.1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 14 Jul 2014 17:58:08 -0700 (PDT) Received: from kaki.bld.corp.google.com (kaki.bld.corp.google.com [172.29.216.32]) by corp2gmr1-1.hot.corp.google.com (Postfix) with ESMTP id 266FE31C3AC; Mon, 14 Jul 2014 17:58:08 -0700 (PDT) Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id EA5A3220B08; Mon, 14 Jul 2014 18:58:07 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Mon, 14 Jul 2014 18:56:27 -0600 Message-Id: <1405385792-4469-21-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.0.0.526.g5318336 In-Reply-To: <1405385792-4469-1-git-send-email-sjg@chromium.org> References: <1405385792-4469-1-git-send-email-sjg@chromium.org> Cc: Jagannadha Sutradharudu Teki Subject: [U-Boot] [PATCH 20/25] dm: exynos: config: Use driver model for SPI flash X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Use driver model for exynos5 board SPI flash. Signed-off-by: Simon Glass --- include/configs/exynos5-dt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h index 873dd63..1a2e9a7 100644 --- a/include/configs/exynos5-dt.h +++ b/include/configs/exynos5-dt.h @@ -21,6 +21,7 @@ #define CONFIG_DM_GPIO #define CONFIG_DM_SERIAL #define CONFIG_DM_SPI +#define CONFIG_DM_SPI_FLASH #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_ARCH_CPU_INIT