mtd: spi-nor: aspeed: remove dummies from keep mask
authorCédric Le Goater <clg@kaod.org>
Thu, 20 Apr 2017 11:56:34 +0000 (13:56 +0200)
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Tue, 20 Jun 2017 22:22:59 +0000 (00:22 +0200)
There is no need to keep the dummy bytes in the control register if
the command mode is not kept also. This could lead to an inconsistent
setting : normal read mode (command 0x3) and dummy bytes. It is to be
noted that the HW allows such a configuration.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
drivers/mtd/spi-nor/aspeed-smc.c

index 3f875c8..d76663b 100644 (file)
@@ -180,8 +180,7 @@ struct aspeed_smc_controller {
 
 #define CONTROL_KEEP_MASK                                              \
        (CONTROL_AAF_MODE | CONTROL_CE_INACTIVE_MASK | CONTROL_CLK_DIV4 | \
-        CONTROL_IO_DUMMY_MASK | CONTROL_CLOCK_FREQ_SEL_MASK |          \
-        CONTROL_LSB_FIRST | CONTROL_CLOCK_MODE_3)
+        CONTROL_CLOCK_FREQ_SEL_MASK | CONTROL_LSB_FIRST | CONTROL_CLOCK_MODE_3)
 
 /*
  * The Segment Register uses a 8MB unit to encode the start address