| 1 | --- a/drivers/mtd/chips/gen_probe.c |
| 2 | +++ b/drivers/mtd/chips/gen_probe.c |
| 3 | @@ -249,6 +249,7 @@ static struct mtd_info *check_cmd_set(st |
| 4 | #endif |
| 5 | #ifdef CONFIG_MTD_CFI_AMDSTD |
| 6 | case 0x0002: |
| 7 | + case 0x0006: |
| 8 | return cfi_cmdset_0002(map, primary); |
| 9 | #endif |
| 10 | #ifdef CONFIG_MTD_CFI_STAA |
| 11 | |