summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-05-31 17:57:59 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-31 17:57:59 -0700
commitf691be04863ed093411d3e3fb455cc9c0810edc9 (patch)
tree97ffd7c4f31a79c084c1bc9e8689b69241c0e1fa
parent13e35bf17d1205e14af27b377a5df8bb63c68b3f (diff)
parent05d7bcef3fc4a17722eb3d6a61eae0b5c8bcf846 (diff)
Merge "clk: mdss: fix bugs when parsing mdss regulators"
-rw-r--r--include/linux/sde_io_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sde_io_util.h b/include/linux/sde_io_util.h
index 6bd5c168ecd8..da4a50722984 100644
--- a/include/linux/sde_io_util.h
+++ b/include/linux/sde_io_util.h
@@ -58,6 +58,8 @@ struct dss_vreg {
int post_on_sleep;
int pre_off_sleep;
int post_off_sleep;
+ bool lp_disable_allowed;
+ bool disabled;
};
struct dss_gpio {