summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/sky81452.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/sky81452.h')
-rw-r--r--include/linux/mfd/sky81452.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/linux/mfd/sky81452.h b/include/linux/mfd/sky81452.h
new file mode 100644
index 000000000..b08570ff3
--- /dev/null
+++ b/include/linux/mfd/sky81452.h
@@ -0,0 +1,18 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * sky81452.h SKY81452 MFD driver
+ *
+ * Copyright 2014 Skyworks Solutions Inc.
+ * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com>
+ */
+
+#ifndef _SKY81452_H
+#define _SKY81452_H
+
+#include <linux/regulator/machine.h>
+
+struct sky81452_platform_data {
+ struct regulator_init_data *regulator_init_data;
+};
+
+#endif