From patchwork Thu Nov 2 18:50:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 833495 X-Patchwork-Delegate: monstr@monstr.eu 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; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=monstr-eu.20150623.gappssmtp.com header.i=@monstr-eu.20150623.gappssmtp.com header.b="wJcdR7Dl"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3ySZ6039Byz9s9Y for ; Fri, 3 Nov 2017 05:55:20 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 33B8EC21DDD; Thu, 2 Nov 2017 18:51:43 +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=RCVD_IN_MSPIKE_H2, T_DKIM_INVALID 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 4D4ABC21DD0; Thu, 2 Nov 2017 18:50:58 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id F2AC5C21C4E; Thu, 2 Nov 2017 18:50:41 +0000 (UTC) Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by lists.denx.de (Postfix) with ESMTPS id 02D20C21DB9 for ; Thu, 2 Nov 2017 18:50:38 +0000 (UTC) Received: by mail-wr0-f196.google.com with SMTP id y9so489893wrb.2 for ; Thu, 02 Nov 2017 11:50:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20150623.gappssmtp.com; s=20150623; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=IEqHhPRYHIdwcmfcanQ+iK2uL26VDKgcl32dfwn0z74=; b=wJcdR7DlVHJIpFgW5t3Q9NRs8MjPKOWikHiAAvEw0deXZZN/MjMuWKQFhjZkjuk6pR 2apMNRwXdzMEul9UpQRdRMR9sbTnyp2oT+OcVwBgr2tkLlgGzjESz3FG9bUbakKypiD9 HHsCEBXck3BQ9YBT7Eiyp/p58p2I3b5DaT27aNxsHhCRV19zqznEvpxdE5XClZrhBK0I LfcJIxdJn3IeEOMDSUy0BQdSkdXVCiLDklYg4UkyRjw7Lsp01f0UTpZCTUlNFEWZVybi cyaetrAAp9ieZikpWQLwOeUYj9VY/NHyEWp+dyl+x0Pv/1ekan4vB0UZAS56l4BdZlu/ FqCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:in-reply-to:references; bh=IEqHhPRYHIdwcmfcanQ+iK2uL26VDKgcl32dfwn0z74=; b=KDJkpH2Vj44YsGM/q3LvyI1y6uSk2aG46/0eAIHf3N6AHzouHfcUuE/fAszxMXI3r2 i5xmlC17codsDZ+bmejApnUUlEGHPBCRMn/cOoQK46QCNAo91BInIWhSTB2pkRX0rwU2 KFRBVJEl8UaEmveokw7AKhpCBxyulmF6f6G1BN6tpNJiZtGsnKJY3/NObv2TCNtuMbhP CkaHHNsnG3p+S8B4I+pNcfv7tP1cq9PPfH3hmstZpOxtvRW9up9qZDZ+vnH67GoX07n7 dcWR0NFa/M1Nx0FpISqoqvSkmlom72CKhmv0rfHgbZ/d0rG55tB0ljE4T7mTjyMd8vN0 7KEw== X-Gm-Message-State: AMCzsaVQG/0U2sroKIjpP5x6SeBgufJPkVRw+uZgkUDr29MwL9FhILZF /HWDsHMGwgSrfhzMWLkqqx2P+hr6 X-Google-Smtp-Source: ABhQp+RNhTVlmFE10MCItkQ6ZvB/uQm3Xhf4LZ6dzVh9Lcj8O/FgdvzbP/+L0257bDKH16dgOQ4nTQ== X-Received: by 10.223.171.161 with SMTP id s30mr3683881wrc.194.1509648637557; Thu, 02 Nov 2017 11:50:37 -0700 (PDT) Received: from localhost (nat-35.starnet.cz. [178.255.168.35]) by smtp.gmail.com with ESMTPSA id o2sm148936wmo.5.2017.11.02.11.50.36 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 02 Nov 2017 11:50:37 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de Date: Thu, 2 Nov 2017 19:50:25 +0100 Message-Id: <07cc5e4c0d44fbb89c152132f1c0d171bb4962d4.1509648620.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <6f15552ab6f5e5327991a365a9ff1cb8d122fe62.1509648620.git.michal.simek@xilinx.com> References: <6f15552ab6f5e5327991a365a9ff1cb8d122fe62.1509648620.git.michal.simek@xilinx.com> In-Reply-To: <6f15552ab6f5e5327991a365a9ff1cb8d122fe62.1509648620.git.michal.simek@xilinx.com> References: <6f15552ab6f5e5327991a365a9ff1cb8d122fe62.1509648620.git.michal.simek@xilinx.com> Subject: [U-Boot] [PATCH 8/9] arm: zynq: Enable qspi for zc770_xm013 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: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Enable qspi driver and flashes for this board. Signed-off-by: Michal Simek --- configs/zynq_zc770_xm013_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/zynq_zc770_xm013_defconfig b/configs/zynq_zc770_xm013_defconfig index d51256b124a3..39f6199c47f9 100644 --- a/configs/zynq_zc770_xm013_defconfig +++ b/configs/zynq_zc770_xm013_defconfig @@ -30,4 +30,9 @@ CONFIG_SPL_DM_SEQ_ALIAS=y # CONFIG_MMC is not set CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y +CONFIG_SPI_FLASH_MACRONIX=y +CONFIG_SPI_FLASH_SPANSION=y +CONFIG_SPI_FLASH_STMICRO=y +CONFIG_SPI_FLASH_WINBOND=y CONFIG_ZYNQ_GEM=y +CONFIG_ZYNQ_QSPI=y