[mx2] vp6500: Add backlight device
[openwrt.git] / target / linux / mx2 / files / arch / arm / plat-mxc / include / mach / board-vp6500.h
index 6c351f0..c11d053 100644 (file)
@@ -2,8 +2,16 @@
 #ifndef __BOARD_VP6500__
 #define __BOARD_VP6500__
 
-#define VP6500_GPIO_CAMERA_DIRECTION 45
-#define VP6500_GPIO_KEYPAD_LEDS 82
-#define VP6500_GPIO_AMP_ENABLE 89
+#define VP6500_GPIO_POWER_KEY          GPIO_PORTB | 5
+#define VP6500_GPIO_CAMERA_DIRECTION   GPIO_PORTB | 13
+#define VP6500_GPIO_LED_KEYPAD         GPIO_PORTC | 18
+#define VP6500_GPIO_AMP_ENABLE         GPIO_PORTC | 25
+#define VP6500_GPIO_LED_RED            GPIO_PORTC | 27
+#define VP6500_GPIO_LED_GREEN          GPIO_PORTC | 28
+#define VP6500_GPIO_LED_CAMERA         GPIO_PORTC | 29
+#define VP6500_GPIO_BACKLIGHT_EN       GPIO_PORTE | 10
+
+#define VP6500_GPIO_TLV_RESET          GPIO_PORTB | 27
+#define VP6500_GPIO_TLV_ENABLE         GPIO_PORTC | 25
 
 #endif
This page took 0.028415 seconds and 4 git commands to generate.