mtd: cfi_cmdset_0002: use AMD standard command-set with Winbond flash chips
[pandora-kernel.git] / drivers / mtd / chips / gen_probe.c
index 75a8f9d..3b9a284 100644 (file)
@@ -249,6 +249,7 @@ static struct mtd_info *check_cmd_set(struct map_info *map, int primary)
 #ifdef CONFIG_MTD_CFI_AMDSTD
        case P_ID_AMD_STD:
        case P_ID_SST_OLD:
+       case P_ID_WINBOND:
                return cfi_cmdset_0002(map, primary);
 #endif
 #ifdef CONFIG_MTD_CFI_STAA