diff options
author | John Klug <john.klug@multitech.com> | 2020-11-05 11:04:39 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-05 11:04:39 -0600 |
commit | d9e9096d724d20e9765ccc38a17b2bc85cbc3897 (patch) | |
tree | 911724862ed354248acdf6e898762bc938ebf985 | |
parent | c4e18e1f87b38d71308b404fe1f905686b06f217 (diff) | |
download | mtac-d9e9096d724d20e9765ccc38a17b2bc85cbc3897.tar.gz mtac-d9e9096d724d20e9765ccc38a17b2bc85cbc3897.tar.bz2 mtac-d9e9096d724d20e9765ccc38a17b2bc85cbc3897.zip |
Revise AP1 GPIO2-4 for MTCDT3AC4.0.7
-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) |