hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/include/linux/leds-bd2802.h
....@@ -1,21 +1,16 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * leds-bd2802.h - RGB LED Driver
34 *
45 * Copyright (C) 2009 Samsung Electronics
56 * Kim Kyuwon <q1.kim@samsung.com>
67 *
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
- *
118 * Datasheet: http://www.rohm.com/products/databook/driver/pdf/bd2802gu-e.pdf
12
- *
139 */
1410 #ifndef _LEDS_BD2802_H_
1511 #define _LEDS_BD2802_H_
1612
1713 struct bd2802_led_platform_data{
18
- int reset_gpio;
1914 u8 rgb_time;
2015 };
2116