summaryrefslogtreecommitdiff
path: root/drivers/staging/cg2900/devices-cg2900.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/cg2900/devices-cg2900.h')
-rw-r--r--drivers/staging/cg2900/devices-cg2900.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/cg2900/devices-cg2900.h b/drivers/staging/cg2900/devices-cg2900.h
index c4dc060e22e..5feeb84901c 100644
--- a/drivers/staging/cg2900/devices-cg2900.h
+++ b/drivers/staging/cg2900/devices-cg2900.h
@@ -11,10 +11,12 @@
#include "cg2900.h"
#include <linux/clk.h>
-#define CHIP_ENABLE_PDB_LOW_TIMEOUT 100 /* ms */
+#define CHIP_ENABLE_PDB_LOW_TIMEOUT 100 /* ms */
+#define CHIP_ENABLE_PMU_EN_TIMEOUT 300 /* us */
struct dcg2900_info {
int gbf_gpio;
+ int pmuen_gpio;
int bt_gpio;
bool sleep_gpio_set;
u8 gpio_0_7_pull_up;