From patchwork Tue Sep 14 03:21:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 1527710 X-Patchwork-Delegate: jagannadh.teki@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=furvJBZ5; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=CNw9ujl9; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4H7pXR3xDQz9sXS for ; Tue, 14 Sep 2021 13:21:11 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 322B283501; Tue, 14 Sep 2021 05:21:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1631589668; bh=dQ53sv7WQWgizd7K7SKH3NLikmfIUyIx5QQkX9G1ytw=; h=From:To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=furvJBZ56hMurkks0CVNVB/RYYg0SoUV2+2r/hvsjXet5H8EbRufdmAWQ2zMARbDV UXwZfec7RY7MqWolu/MKRmAxGdy8IjXlJTfViUlqq0Wzdbh2HNrddak4mJ9JlOfq+g nYWtwrwDVxyUM6Yt/Zqi4KztBKULXKyFCc3CkSOjNMZ3Ybtm1Syxn4iZ9I4oMfR77g ZFde3lmOzFQLqrgTn6Iw2VmzgMbBNVoujE3/94BxIIbecJpfMSbj+LZk8UEHPYfal/ CodvbgqMsV1tb0IfKOj7rgtbw8AAvmNppbCj9o9MmO30SBCfbV4/W3Jee1AFrOZAF+ Qz8HLCfJmWxSg== Received: from tr.lan (ip-89-176-112-137.net.upcbroadband.cz [89.176.112.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 8587B834AB; Tue, 14 Sep 2021 05:21:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1631589665; bh=dQ53sv7WQWgizd7K7SKH3NLikmfIUyIx5QQkX9G1ytw=; h=From:To:Cc:Subject:Date:From; b=CNw9ujl9/z3BeDeTGfVhX9UWi5i5kgJNiEvv+gpKyjvPk2H+io8kkPNm8Vpmbp20a KYa/2ClQ0XMe6JEscDYOB+rdiehZVJxpQ45AmwgpnQu7dOu7O1Gqm80moDpUMWmXrG cPLXRdPbunS66QHz9TedZSNKiGuvLg2NaSsWenD9ayvaeRKcESclw8FvPyKShhFtsT 5XcRXvL1gdNlD+okHtT6GNG1hcSZR6Yj8rJr+4Qpe8OGCpm02YdhBUPghVRyAj5VAH DnHaTTlaGbTAZ0PH7UYrG9p0e4Wl4d6AgdaPk7G5jZq5L++Ky/CLSADndSW0dB2bJ6 1bwAhztY0/3mg== From: Marek Vasut To: u-boot@lists.denx.de Cc: Marek Vasut , Horatiu Vultur , Jagan Teki , Simon Goldschmidt , Stefan Roese , Vignesh R Subject: [PATCH] mtd: spi-nor-ids: Reinstate Micron MT25QL02G Date: Tue, 14 Sep 2021 05:21:02 +0200 Message-Id: <20210914032102.273471-1-marex@denx.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean This ID disappeared in 5b66fdb29dc ("mtd: spi: Remove unused files"), add the ID back, since the chip is used on devices supported by U-Boot. Fixes: 5b66fdb29dc ("mtd: spi: Remove unused files") Signed-off-by: Marek Vasut Cc: Horatiu Vultur Cc: Jagan Teki Cc: Simon Goldschmidt Cc: Stefan Roese Cc: Vignesh R --- drivers/mtd/spi/spi-nor-ids.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index 4aef1ddd6e2..6bf7c30a8e8 100644 --- a/drivers/mtd/spi/spi-nor-ids.c +++ b/drivers/mtd/spi/spi-nor-ids.c @@ -195,6 +195,7 @@ const struct flash_info spi_nor_ids[] = { { INFO("n25q00a", 0x20bb21, 0, 64 * 1024, 2048, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ | NO_CHIP_ERASE) }, { INFO("mt25ql01g", 0x21ba20, 0, 64 * 1024, 2048, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ | NO_CHIP_ERASE) }, { INFO("mt25qu02g", 0x20bb22, 0, 64 * 1024, 4096, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ | NO_CHIP_ERASE) }, + { INFO("mt25ql02g", 0x20ba22, 0, 64 * 1024, 4096, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ | NO_CHIP_ERASE) }, #ifdef CONFIG_SPI_FLASH_MT35XU { INFO("mt35xu512aba", 0x2c5b1a, 0, 128 * 1024, 512, USE_FSR | SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES | SPI_NOR_OCTAL_DTR_READ) }, #endif /* CONFIG_SPI_FLASH_MT35XU */