aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/pcf50633/led.h
blob: 2f866b208f85457567bd80fa946d8782d56899ff (plain)
1
2
3
4
5
6
7
8
9
10
11
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