[U-Boot] [PATCH] Yet another old Hynix chip id.

Hi all,
Could some kind soul please add this id attached below? Maybe even for 2019.01 if possible?
Otherwise nand is totally unaccessible in u-boot on some older A20-olinuxino-micro board with this bloody old Hynix chip.
Thank you,
Regards, Nikolai
================================================================== --- a/u-boot/drivers/mtd/nand/raw/nand_ids.c +++ b/u-boot/drivers/mtd/nand/raw/nand_ids.c @@ -61,6 +61,10 @@ {"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, ==================================================================

On Sun, Dec 23, 2018 at 11:11 PM Nikolai Zhubr n-a-zhubr@yandex.ru wrote:
Hi all,
Could some kind soul please add this id attached below? Maybe even for 2019.01 if possible?
Create it in a patch and send via 'git send-email'
participants (2)
-
Jagan Teki
-
Nikolai Zhubr