From d9e9096d724d20e9765ccc38a17b2bc85cbc3897 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 5 Nov 2020 11:04:39 -0600 Subject: Revise AP1 GPIO2-4 for MTCDT3AC --- machine/ti43x_gpio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'machine') 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) -- cgit v1.2.3