diff options
-rw-r--r-- | machine/ti43x_gpio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/machine/ti43x_gpio.h b/machine/ti43x_gpio.h index c1d1f02..734998d 100644 --- a/machine/ti43x_gpio.h +++ b/machine/ti43x_gpio.h @@ -7,9 +7,9 @@ // gpio pins for Accessory Card 1 #define M_AP1_GPIO1 OMAP_GPIO(1,0) -#define M_AP1_GPIO2 OMAP_GPIO(0,24) -#define M_AP1_GPIO3 OMAP_GPIO(0,23) -#define M_AP1_GPIO4 OMAP_GPIO(0,22) +#define M_AP1_GPIO2 OMAP_GPIO(3,24) +#define M_AP1_GPIO3 OMAP_GPIO(3,25) +#define M_AP1_GPIO4 OMAP_GPIO(0,24) #define M_AP1_NRESET OMAP_GPIO(1,1) #define M_AP1_NINT1 OMAP_GPIO(2,4) #define M_AP1_NINT2 OMAP_GPIO(2,5) |