mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drivers: rkflash: add new spi nor flash
MX25L51245G08G Change-Id: Iaf9e33000d36c8a0f91597eb31afd18bf82ea99a Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -38,6 +38,8 @@ static struct flash_info spi_flash_tbl[] = {
|
||||
{0x207018, 128, 8, 0x03, 0x02, 0x6B, 0x32, 0x20, 0xD8, 0x0C, 15, 0, 0},
|
||||
/* EN25QH128A */
|
||||
{0x1c7018, 128, 8, 0x03, 0x02, 0x6B, 0x32, 0x20, 0xD8, 0x0C, 15, 0, 0},
|
||||
/* MX25L51245G08G */
|
||||
{0xc2201a, 128, 8, 0x13, 0x12, 0x6C, 0x3E, 0x21, 0xDC, 0x10, 17, 6, 0},
|
||||
};
|
||||
|
||||
static const u8 sfnor_dev_code[] = {
|
||||
|
||||
Reference in New Issue
Block a user