From 5557b3223d35dd25366d6ef047299b1dc94b17e6 Mon Sep 17 00:00:00 2001 From: Balaji Rao Date: Thu, 20 Nov 2008 19:46:51 +0000 Subject: pcf50633_mfd.patch pcf50633 driver rewritten to use the MFD model. --- include/linux/mfd/pcf50633/led.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/linux/mfd/pcf50633/led.h (limited to 'include/linux/mfd/pcf50633/led.h') 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 + +#define PCF50633_REG_LEDOUT 0x28 +#define PCF50633_REG_LEDENA 0x29 +#define PCF50633_REG_LEDCTL 0x2a +#define PCF50633_REG_LEDDIM 0x2b + +#endif + -- cgit v1.2.3