rk3066b: gpio: never define RK30_PIN4_PA0 to RK30_PIN6_PB7

This commit is contained in:
黄涛
2012-09-06 16:30:12 +08:00
parent dc18dad305
commit 696e363cd8

View File

@@ -205,6 +205,7 @@
#define RK30_PIN3_PD6 (3*NUM_GROUP + PIN_BASE + 30)
#define RK30_PIN3_PD7 (3*NUM_GROUP + PIN_BASE + 31)
#if !defined(CONFIG_ARCH_RK3066B)
#define RK30_PIN4_PA0 (4*NUM_GROUP + PIN_BASE + 0)
#define RK30_PIN4_PA1 (4*NUM_GROUP + PIN_BASE + 1)
#define RK30_PIN4_PA2 (4*NUM_GROUP + PIN_BASE + 2)
@@ -254,6 +255,7 @@
#define RK30_PIN6_PB5 (5*NUM_GROUP + PIN_BASE + 13)
#define RK30_PIN6_PB6 (5*NUM_GROUP + PIN_BASE + 14)
#define RK30_PIN6_PB7 (5*NUM_GROUP + PIN_BASE + 15)
#endif
#if defined(CONFIG_SPI_FPGA_GPIO)
#define FPGA_PIO0_00 (SPI_FPGA_EXPANDER_BASE + 0*NUM_GROUP + 0)