projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c1a87d
)
mtd: nand: raw: Add Hynix H27UBG8T2BTR id table
author
Nikolai Zhubr
<n-a-zhubr@yandex.ru>
Tue, 1 Jan 2019 19:26:13 +0000
(
00:56
+0530)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Tue, 1 Jan 2019 19:28:16 +0000
(
00:58
+0530)
This patch adds Hynix H27UBG8T2BTR id table as part of raw nand,
these chips were available in some A20-olinuxino-micro boards.
Signed-off-by: Nikolai Zhubr <n-a-zhubr@yandex.ru>
[jagan: add proper commit message]
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/mtd/nand/raw/nand_ids.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/nand_ids.c
b/drivers/mtd/nand/raw/nand_ids.c
index 4009d641235242da8a6df688c9d4eab52e488551..3104f879f666f6414ab3c0cca0727e9107f494e7 100644
(file)
--- a/
drivers/mtd/nand/raw/nand_ids.c
+++ b/
drivers/mtd/nand/raw/nand_ids.c
@@
-61,6
+61,10
@@
struct nand_flash_dev nand_flash_ids[] = {
{"SDTNRGAMA 64G 3.3V 8-bit",
{ .id = {0x45, 0xde, 0x94, 0x93, 0x76, 0x50} },
SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) },
+ {"H27UBG8T2BTR-BC 32G 3.3V 8-bit",
+ { .id = {0xad, 0xd7, 0x94, 0xda, 0x74, 0xc3} },
+ SZ_8K, SZ_4K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
+ NAND_ECC_INFO(40, SZ_1K), 0 },
{"H27UCG8T2ATR-BC 64G 3.3V 8-bit",
{ .id = {0xad, 0xde, 0x94, 0xda, 0x74, 0xc4} },
SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,