aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx21/files/arch/arm/plat-mxc/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:07 +0000
commit9ada69d709f3406488f57d895fea6c14fac44cf1 (patch)
tree163a69b4270174e057090074c69fca83cfa1c0de /target/linux/imx21/files/arch/arm/plat-mxc/include
parentfa4b78484a6b1ff7ed74d781c17cfb002fae361e (diff)
downloadmaster-187ad058-9ada69d709f3406488f57d895fea6c14fac44cf1.tar.gz
master-187ad058-9ada69d709f3406488f57d895fea6c14fac44cf1.tar.bz2
master-187ad058-9ada69d709f3406488f57d895fea6c14fac44cf1.zip
imx21: R.I.P.
It is broken since ~22 months and nobody takes care of that. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx21/files/arch/arm/plat-mxc/include')
-rw-r--r--target/linux/imx21/files/arch/arm/plat-mxc/include/mach/board-vp6500.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/imx21/files/arch/arm/plat-mxc/include/mach/board-vp6500.h b/target/linux/imx21/files/arch/arm/plat-mxc/include/mach/board-vp6500.h
deleted file mode 100644
index c11d053a5c..0000000000
--- a/target/linux/imx21/files/arch/arm/plat-mxc/include/mach/board-vp6500.h
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#ifndef __BOARD_VP6500__
-#define __BOARD_VP6500__
-
-#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