aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/pcf50633/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/pcf50633/led.h')
-rw-r--r--include/linux/mfd/pcf50633/led.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/mfd/pcf50633/led.h b/include/linux/mfd/pcf50633/led.h
new file mode 100644
index 00000000000..2f866b208f8
--- /dev/null
+++ b/include/linux/mfd/pcf50633/led.h
@@ -0,0 +1,12 @@
+#ifndef __LINUX_MFD_PCF50633_LED_H
+#define __LINUX_MFD_PCF50633_LED_H
+
+#include <linux/platform_device.h>
+
+#define PCF50633_REG_LEDOUT 0x28
+#define PCF50633_REG_LEDENA 0x29
+#define PCF50633_REG_LEDCTL 0x2a
+#define PCF50633_REG_LEDDIM 0x2b
+
+#endif
+