MLK-16946-1: hdp: Reduce timeout counter for hdp functions
authorSandor Yu <Sandor.yu@nxp.com>
Thu, 23 Nov 2017 04:26:32 +0000 (12:26 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
Reduce hdp function r/w timeout counter.

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/mxc/hdp/util.h

index b9c6d6e..8ea7cc3 100644 (file)
@@ -168,7 +168,7 @@ typedef struct {
  * \brief expands to blocking function body
  * \param x - function call
  */
-#define MAILBOX_FILL_TIMEOUT   15000
+#define MAILBOX_FILL_TIMEOUT   1500
 #define internal_block_function(x)               \
 do {                                                              \
        unsigned long end_jiffies = jiffies +                           \