diff options
| -rw-r--r-- | flashchips.c | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/flashchips.c b/flashchips.c index b45054c4..5edf6a20 100644 --- a/flashchips.c +++ b/flashchips.c @@ -7469,7 +7469,8 @@ const struct flashchip flashchips[] = {  		.page_size	= 256,  		/* supports SFDP */  		/* OTP: 1024B total; read 0x68; write 0x62, erase 0x64, read ID 0x4B */ -		.feature_bits	= FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA | FEATURE_4BA_ENTER_EAR7, +		.feature_bits	= FEATURE_WRSR_WREN | FEATURE_OTP | +				  FEATURE_4BA | FEATURE_4BA_ENTER_EAR7 | FEATURE_4BA_EAR_1716,  		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO, @@ -7644,7 +7645,8 @@ const struct flashchip flashchips[] = {  		.page_size	= 256,  		/* supports SFDP */  		/* OTP: 1024B total; read 0x68; write 0x62, erase 0x64, read ID 0x4B */ -		.feature_bits	= FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA | FEATURE_4BA_ENTER_EAR7, +		.feature_bits	= FEATURE_WRSR_WREN | FEATURE_OTP | +				  FEATURE_4BA | FEATURE_4BA_ENTER_EAR7 | FEATURE_4BA_EAR_1716,  		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO, | 
