Skip to content

Commit

Permalink
ARM: 8084/1: sa1100: collie: revert back to cfi_probe
Browse files Browse the repository at this point in the history
Reverts commit d26b17e
ARM: sa1100: collie.c: fall back to jedec_probe flash detection

Unfortunately the detection was challenged on the defective unit used for tests:
one of the NOR chips did not respond to the CFI query.
Moreover that bad device needed extra delays on erase-suspend/resume cycles.

Tested personally on 3 different units and with feedback of two other users.

Signed-off-by: Andrea Adami <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
andrea-adami authored and Russell King committed Jun 29, 2014
1 parent d0ba7cc commit 9218310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-sa1100/collie.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ static void collie_flash_exit(void)
}

static struct flash_platform_data collie_flash_data = {
.map_name = "jedec_probe",
.map_name = "cfi_probe",
.init = collie_flash_init,
.set_vpp = collie_set_vpp,
.exit = collie_flash_exit,
Expand Down

0 comments on commit 9218310

Please sign in to comment.