commit | 39c56dd3a0e0b4d67a3d08f2e22e76e178792929 | [log] [tgz] |
---|---|---|
author | Md Sadre Alam <mdalam@codeaurora.org> | Wed May 22 12:48:50 2019 +0530 |
committer | Md Sadre Alam <mdalam@codeaurora.org> | Fri May 31 10:43:45 2019 +0530 |
tree | 8beff09c97b9b26b7bb48672fcd77d3136fe29e6 | |
parent | 648bdc897bbd79604f703b86445bb92179dc27e2 [diff] |
driver: spi: Add support for Macronix-(MX25U51245G) nor flash. This change is to add support for Macronix-(MX25U51245G) nor flash device. The total density of this device is 64 MiB. Sector size 64K. 64K sector we are cosidering due to 64K sector size works with CMD_ERASE_64K. Total number of sector for this device will 1024 because, 64K * 1024 = 64MiB. Change-Id: Ia1f2117bc42457e4b3c25934ff1fdcb798e4ea6f Signed-off-by: Md Sadre Alam <mdalam@codeaurora.org>