mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
backlight: Add Sanyo LV5207LP backlight driver
The LV5207LP is a multi-purpose 7 LEDs driver for the mobile market. Only the main LED is supported by this driver. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
committed by
Simon Horman
parent
8b770e3c98
commit
82e5c40d88
19
include/linux/platform_data/lv5207lp.h
Normal file
19
include/linux/platform_data/lv5207lp.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* lv5207lp.h - Sanyo LV5207LP LEDs Driver
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
#ifndef __LV5207LP_H__
|
||||
#define __LV5207LP_H__
|
||||
|
||||
struct device;
|
||||
|
||||
struct lv5207lp_platform_data {
|
||||
struct device *fbdev;
|
||||
unsigned int max_value;
|
||||
unsigned int def_value;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user