aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorNilesh Bacchewar <nilesh.bacchewar@intel.com>2016-11-07 12:11:47 -0800
committerDarren Hart <dvhart@linux.intel.com>2016-12-18 14:56:37 -0800
commit957ae5098185e763b5c06be6c3b4b6e98c048712 (patch)
treebe634c48fc0c9d6bdfacd07073269e68af1f564f /include
parentplatform/x86: ideapad-laptop: Add Y700 15-ACZ to no_hw_rfkill DMI list (diff)
downloadwireguard-linux-957ae5098185e763b5c06be6c3b4b6e98c048712.tar.xz
wireguard-linux-957ae5098185e763b5c06be6c3b4b6e98c048712.zip
platform/x86: Add Whiskey Cove PMIC TMU support
This adds TMU (Time Management Unit) support for Intel BXT platform. It enables the alarm wake-up functionality in the TMU unit of Whiskey Cove PMIC. Signed-off-by: Nilesh Bacchewar <nilesh.bacchewar@intel.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> [andy: resolve merge conflict in Kconfig] Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/intel_soc_pmic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/intel_soc_pmic.h b/include/linux/mfd/intel_soc_pmic.h
index cf619dbeace2..956caa0628f5 100644
--- a/include/linux/mfd/intel_soc_pmic.h
+++ b/include/linux/mfd/intel_soc_pmic.h
@@ -26,6 +26,7 @@ struct intel_soc_pmic {
struct regmap *regmap;
struct regmap_irq_chip_data *irq_chip_data;
struct regmap_irq_chip_data *irq_chip_data_level2;
+ struct regmap_irq_chip_data *irq_chip_data_tmu;
struct device *dev;
};