summaryrefslogtreecommitdiff
path: root/include/linux/lm3528.h
diff options
context:
space:
mode:
authorChaitanya Bandi <bandik@nvidia.com>2013-02-12 14:29:29 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:01:48 -0700
commit8dc380d47613991477c0f3515cbb68835c7e3be5 (patch)
treef4923000e0e581860847d957f73706551d90b01c /include/linux/lm3528.h
parent4d7355e1be36a752bab90ee91c27a1dd8fabbbbd (diff)
backlight: lm3528: Add backlight driver for LM3528
Bug 1216857 Change-Id: I2ec1a393769804d73191d690d8340c30885e16ae Signed-off-by: Chaitanya Bandi <bandik@nvidia.com> Reviewed-on: http://git-master/r/199925 (cherry picked from commit 82de53cdad7de223cfefc9b5e33b370bd5c18957) Reviewed-on: http://git-master/r/204954 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
Diffstat (limited to 'include/linux/lm3528.h')
-rw-r--r--include/linux/lm3528.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/lm3528.h b/include/linux/lm3528.h
new file mode 100644
index 000000000000..59bfdd4ed3ad
--- /dev/null
+++ b/include/linux/lm3528.h
@@ -0,0 +1,12 @@
+#ifndef __LINUX_LM3528_BACKLIGHT_H
+#define __LINUX_LM3528_BACKLIGHT_H
+
+#include <linux/backlight.h>
+
+struct lm3528_platform_data {
+ unsigned int dft_brightness;
+ int (*notify)(struct device *dev, int brightness);
+};
+
+#endif
+