[mx2] vp6500: Add leds and keypad devices.
[openwrt.git] / target / linux / mx2 / files / arch / arm / plat-mxc / include / mach / board-vp6500.h
index 6c351f0..700f9c1 100644 (file)
@@ -2,8 +2,12 @@
 #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          39
+#define VP6500_GPIO_CAMERA_DIRECTION   45
+#define VP6500_GPIO_LED_KEYPAD         82
+#define VP6500_GPIO_AMP_ENABLE         89
+#define VP6500_GPIO_LED_RED            91
+#define VP6500_GPIO_LED_GREEN          92
+#define VP6500_GPIO_LED_CAMERA         93
 
 #endif