Everything is about mmc35240_ except MMC53240_WAIT_SET_RESET (3 and 5
switched).
This is likely a typo. Define and use MMC35240_WAIT_SET_RESET instead.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
 #define MMC35240_CTRL1_BW_SHIFT                0
 
 #define MMC35240_WAIT_CHARGE_PUMP      50000   /* us */
-#define MMC53240_WAIT_SET_RESET                1000    /* us */
+#define MMC35240_WAIT_SET_RESET                1000    /* us */
 
 /*
  * Memsic OTP process code piece is put here for reference:
        ret = mmc35240_hw_set(data, true);
        if (ret < 0)
                return ret;
-       usleep_range(MMC53240_WAIT_SET_RESET, MMC53240_WAIT_SET_RESET + 1);
+       usleep_range(MMC35240_WAIT_SET_RESET, MMC35240_WAIT_SET_RESET + 1);
 
        ret = mmc35240_hw_set(data, false);
        if (ret < 0)