aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/qcom/reset.h')
-rw-r--r--drivers/clk/qcom/reset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/qcom/reset.h b/drivers/clk/qcom/reset.h
index 2a08b5e282c7..9a47c838d9b1 100644
--- a/drivers/clk/qcom/reset.h
+++ b/drivers/clk/qcom/reset.h
@@ -11,6 +11,8 @@
struct qcom_reset_map {
unsigned int reg;
u8 bit;
+ u8 udelay;
+ u32 bitmask;
};
struct regmap;