Skip to content

Commit 9218310

Browse files
andrea-adamiRussell King
authored andcommitted
ARM: 8084/1: sa1100: collie: revert back to cfi_probe
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]>
1 parent d0ba7cc commit 9218310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-sa1100/collie.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ static void collie_flash_exit(void)
356356
}
357357

358358
static struct flash_platform_data collie_flash_data = {
359-
.map_name = "jedec_probe",
359+
.map_name = "cfi_probe",
360360
.init = collie_flash_init,
361361
.set_vpp = collie_set_vpp,
362362
.exit = collie_flash_exit,

0 commit comments

Comments
 (0)