summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-04-27 07:06:55 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-27 07:06:54 -0700
commitf19ae4651f30c5189b76c88e31728c6d4252f54b (patch)
treed9dd53fd4efef6921193fb301c81b6dcd3287bf9 /include
parent86dc30eade19cb791604812baaa2c76dbf6634d8 (diff)
parent6d9f602c728b3f41f24a965ef60db0f273f51cbe (diff)
Merge "msm: dsi: Turn off supplies in low power state"
Diffstat (limited to 'include')
-rw-r--r--include/linux/mdss_io_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mdss_io_util.h b/include/linux/mdss_io_util.h
index 5b2587b28737..3cca007e618c 100644
--- a/include/linux/mdss_io_util.h
+++ b/include/linux/mdss_io_util.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012, 2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012, 2016-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -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 {