mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk3066b: gpio: never define RK30_PIN4_PA0 to RK30_PIN6_PB7
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user