ARM: rockchip: rk3228: add grf definition
[firefly-linux-kernel-4.4.55.git] / include / linux / leds-att1272.h
1 /*
2  * leds-att1272.c -  LED Driver\r
3  *
4  * Copyright (C) 2011 Rockchips\r
5  * deng dalong <ddl@rock-chips.com>\r
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License version 2 as
9  * published by the Free Software Foundation.
10  *
11  * Datasheet: http://www.rohm.com/products/databook/driver/pdf/att1272gu-e.pdf\r
12  *
13  */\r
14 #ifndef _LEDS_ATT1272_H_\r
15 #define _LEDS_ATT1272_H_\r
16
17 struct att1272_led_platform_data {\r
18         const char              *name;\r
19         int     en_gpio;\r
20         int flen_gpio;\r
21 };\r
22
23 #endif /* _LEDS_ATT1272_H_ */\r