Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc704007 authored by Sahitya Tummala's avatar Sahitya Tummala
Browse files

mtd: nand_ids: Fix OOB size for Kingston part



The Kingston part KSLCMBL2VA2M2A has page size of
4352 bytes (4096 + 256). Hence, update the nand_flash_ids
table to reflect the correct OOB size.

CRs-fixed: 1057698
Change-Id: I55515771477aa7b46737f93c0284c4ec25f5cceb
Signed-off-by: default avatarSahitya Tummala <stummala@codeaurora.org>
parent 311cf263
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ struct nand_flash_dev nand_flash_ids[] = {
		  4 },
	{"KSLCMBL2VA2M2A 2G 1.8V 8-bit",
		{ .id = {0x98, 0xac, 0x90, 0x26, 0x76, 0x00, 0x00, 0x00} },
		SZ_4K, SZ_512, SZ_256K, 0, 5, 128, NAND_ECC_INFO(8, SZ_512) },
		SZ_4K, SZ_512, SZ_256K, 0, 5, 256, NAND_ECC_INFO(8, SZ_512) },

	{"MT29RZ2B1DZZHGSP 2G  1.8V 4-bit",
		{ .id = {0x2c, 0xaa, 0x90, 0x15, 0x00, 0x00, 0x00, 0x00} },