]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: sa1100: collie.c: fall back to jedec_probe flash detection
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 15 Sep 2013 22:04:42 +0000 (00:04 +0200)
committerOlof Johansson <olof@lixom.net>
Wed, 18 Sep 2013 15:20:27 +0000 (08:20 -0700)
commitd26b17edafc45187c30cae134a5e5429d58ad676
treebbb30c8e6ca52d6f29ca8cf805ee7e9b22a34ffe
parentc8a5b7bc75342542ce5e3556780e8a03357ff686
ARM: sa1100: collie.c: fall back to jedec_probe flash detection

Zaurus collie contains 2 LH28F640BFHE-PTTL90 (64M 4Mx16) and
at the moment cfi will not detect the collie NOR.
In the meanwhile we can revert to the jedec-probe map which has been
fixed with following commit:

mtd: jedec_probe: fix LH28F640BF definition
fe2f4c8e0bf2756b670ee78fa9772613a2ea8495

Somehow this is unsatisfactory because the flash is mounted READ ONLY
(as from factory, with a RO cramfs)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-sa1100/collie.c