From: Srikanth Boyapally <srikanth.boyapally@amd.com>
To: <tudor.ambarus@linaro.org>, <pratyush@kernel.org>,
<michael@walle.cc>, <miquel.raynal@bootlin.com>, <richard@nod.at>,
<vigneshr@ti.com>
Cc: <linux-mtd@lists.infradead.org>, <linux-kernel@vger.kernel.org>,
<git@amd.com>, Srikanth Boyapally <srikanth.boyapally@amd.com>
Subject: [PATCH] mtd: spi-nor: issi: Add support for is25lp02g
Date: Thu, 23 Nov 2023 11:17:13 +0530 [thread overview]
Message-ID: <20231123054713.361101-1-srikanth.boyapally@amd.com> (raw)
Add support for issi is25lp02g.
Verified on AMD-Xilinx versal platform and executed
mtd_debug read/write test.
Signed-off-by: Srikanth Boyapally <srikanth.boyapally@amd.com>
---
BRANCH: spi-nor/next
---
drivers/mtd/spi-nor/issi.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/mtd/spi-nor/issi.c b/drivers/mtd/spi-nor/issi.c
index 18d9a00aa22e..98df64caf436 100644
--- a/drivers/mtd/spi-nor/issi.c
+++ b/drivers/mtd/spi-nor/issi.c
@@ -126,6 +126,12 @@ static const struct flash_info issi_nor_parts[] = {
.flags = SPI_NOR_QUAD_PP,
.fixups = &is25lp256_fixups,
.fixup_flags = SPI_NOR_4B_OPCODES,
+ }, {
+ .id = SNOR_ID(0x9d, 0x60, 0x22),
+ .name = "is25lp02",
+ .size = SZ_2G,
+ .fixup_flags = SPI_NOR_4B_OPCODES,
+ .no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
}
};
--
2.25.1
next reply other threads:[~2023-11-23 5:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-23 5:47 Srikanth Boyapally [this message]
2023-11-24 14:47 ` Pratyush Yadav
2023-11-28 6:02 ` Boyapally, Srikanth
2023-11-28 8:36 ` Michael Walle
2023-11-29 12:34 ` Boyapally, Srikanth
2023-11-29 13:05 ` Michael Walle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231123054713.361101-1-srikanth.boyapally@amd.com \
--to=srikanth.boyapally@amd.com \
--cc=git@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@walle.cc \
--cc=miquel.raynal@bootlin.com \
--cc=pratyush@kernel.org \
--cc=richard@nod.at \
--cc=tudor.ambarus@linaro.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®