|
@@ -17,8 +17,12 @@
|
|
#include <linux/lp855x.h>
|
|
#include <linux/lp855x.h>
|
|
|
|
|
|
/* Registers */
|
|
/* Registers */
|
|
-#define BRIGHTNESS_CTRL (0x00)
|
|
|
|
-#define DEVICE_CTRL (0x01)
|
|
|
|
|
|
+#define BRIGHTNESS_CTRL 0x00
|
|
|
|
+#define DEVICE_CTRL 0x01
|
|
|
|
+#define EEPROM_START 0xA0
|
|
|
|
+#define EEPROM_END 0xA7
|
|
|
|
+#define EPROM_START 0xA0
|
|
|
|
+#define EPROM_END 0xAF
|
|
|
|
|
|
#define BUF_SIZE 20
|
|
#define BUF_SIZE 20
|
|
#define DEFAULT_BL_NAME "lcd-backlight"
|
|
#define DEFAULT_BL_NAME "lcd-backlight"
|