From patchwork Sat Apr 25 15:13:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Huau X-Patchwork-Id: 464574 X-Patchwork-Delegate: sjg@chromium.org 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 EF58614012F for ; Sun, 26 Apr 2015 01:13:32 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BEBDF4B86F; Sat, 25 Apr 2015 17:13:30 +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 F4dY_hT1HsiK; Sat, 25 Apr 2015 17:13:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 202444B72A; Sat, 25 Apr 2015 17:13:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6DCE84BECE for ; Sat, 25 Apr 2015 17:13:27 +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 qKG-ojf2GXC4 for ; Sat, 25 Apr 2015 17:13:27 +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 smtpout3.mel.teaser.net (smtpout3.mel.teaser.net [213.162.54.8]) by theia.denx.de (Postfix) with ESMTP id 3615C4BEC6 for ; Sat, 25 Apr 2015 17:13:22 +0200 (CEST) Received: from localhost.localdomain (c-24-18-130-6.hsd1.wa.comcast.net [24.18.130.6]) by smtpout3.mel.teaser.net (Postfix) with ESMTPA id 027BA38A47; Sat, 25 Apr 2015 17:13:20 +0200 (CEST) From: Gabriel Huau To: u-boot@lists.denx.de, Simon Glass , Graeme Russ Date: Sat, 25 Apr 2015 08:13:11 -0700 Message-Id: <1429974791-2464-1-git-send-email-contact@huau-gabriel.fr> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1429805814-1892-1-git-send-email-contact@huau-gabriel.fr> References: <1429805814-1892-1-git-send-email-contact@huau-gabriel.fr> Cc: Gabriel Huau Subject: [U-Boot] [PATCH v2] x86: minnowmax: use the correct NOR in the configuration 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" The SPI NOR on the minnowboard max is a MICRON N25Q064A Signed-off-by: Gabriel Huau Reviewed-by: Bin Meng Acked-by: Simon Glass --- Changes for v2: - Update the dts to put the correct flash name arch/x86/dts/minnowmax.dts | 2 +- include/configs/minnowmax.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/dts/minnowmax.dts b/arch/x86/dts/minnowmax.dts index 3936e21..dd20b2c 100644 --- a/arch/x86/dts/minnowmax.dts +++ b/arch/x86/dts/minnowmax.dts @@ -94,7 +94,7 @@ compatible = "intel,ich"; spi-flash@0 { reg = <0>; - compatible = "sst,25vf016b", "spi-flash"; + compatible = "stmicro,n25q064a", "spi-flash"; memory-map = <0xff800000 0x00800000>; }; }; diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 3c7b266..72393fa 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -43,7 +43,7 @@ #define CONFIG_SCSI_DEV_LIST \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA} -#define CONFIG_SPI_FLASH_SST +#define CONFIG_SPI_FLASH_STMICRO #define CONFIG_MMC #define CONFIG_SDHCI