aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
diff options
context:
space:
mode:
authorGeorge Ioakimedes <georgeioak@gmail.com>2016-08-06 18:23:50 -0700
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-08-13 14:48:45 +0100
commitaed0d5d7309cc77cdfff4632994ca3bc0e1fbb31 (patch)
treefbecc4b611344219720072b659ee160437a66cef /src/flash/nor
parentccb4a913c228573e172b7b71d86c464e6fc705b9 (diff)
psoc4: Corrected Silicon IDs
Corrected 2 Silicon IDs that were swapped. I've tested with a CY8C4125AXI-483 and confirmed that the device is recognized correctly now. Change-Id: I6fcbee33558d8feec9abf6052df3f15523379c48 Signed-off-by: George Ioakimedes <georgeioak@gmail.com> Reviewed-on: http://openocd.zylin.com/3619 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'src/flash/nor')
-rw-r--r--src/flash/nor/psoc4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nor/psoc4.c b/src/flash/nor/psoc4.c
index d7ed4a47..c7c85737 100644
--- a/src/flash/nor/psoc4.c
+++ b/src/flash/nor/psoc4.c
@@ -105,12 +105,12 @@ const struct psoc4_chip_details psoc4_devices[] = {
/* 4100 series */
{ 0x0410, "CY8C4124PVI-432", "SSOP-28", .flash_size_in_kb = 16 },
{ 0x0411, "CY8C4124PVI-442", "SSOP-28", .flash_size_in_kb = 16 },
- { 0x0416, "CY8C4124LQI-443", "QFN-40", .flash_size_in_kb = 16 },
+ { 0x041C, "CY8C4124LQI-443", "QFN-40", .flash_size_in_kb = 16 },
{ 0x041A, "CY8C4124AXI-443", "TQFP-44", .flash_size_in_kb = 16 },
{ 0x041B, "CY8C4125AXI-473", "TQFP-44", .flash_size_in_kb = 32 },
{ 0x0412, "CY8C4125PVI-482", "SSOP-28", .flash_size_in_kb = 32 },
{ 0x0417, "CY8C4125LQI-483", "QFN-40", .flash_size_in_kb = 32 },
- { 0x041C, "CY8C4125AXI-483", "TQFP-44", .flash_size_in_kb = 32 },
+ { 0x0416, "CY8C4125AXI-483", "TQFP-44", .flash_size_in_kb = 32 },
/* CCG1 series */
{ 0x0490, "CYPD1103-35FNXI", "CSP-35", .flash_size_in_kb = 32 },