diff options
author | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-07-07 02:00:46 -0500 |
---|---|---|
committer | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-07-07 02:00:46 -0500 |
commit | 4ca12d9f8875bf932fb445f07e683dd363dd3b4b (patch) | |
tree | 2706630960351f6dbcc2dc9c79aeca0d628bc57c /machine/ti43x_gpio.h | |
parent | 5e860a33b94264a888ece3cbbe1ab095242a9265 (diff) | |
download | mtac-4ca12d9f8875bf932fb445f07e683dd363dd3b4b.tar.gz mtac-4ca12d9f8875bf932fb445f07e683dd363dd3b4b.tar.bz2 mtac-4ca12d9f8875bf932fb445f07e683dd363dd3b4b.zip |
changed pin names to match mts-io-sysfs interface
Diffstat (limited to 'machine/ti43x_gpio.h')
-rw-r--r-- | machine/ti43x_gpio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machine/ti43x_gpio.h b/machine/ti43x_gpio.h index bf89944..33ca3f2 100644 --- a/machine/ti43x_gpio.h +++ b/machine/ti43x_gpio.h @@ -10,7 +10,7 @@ #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_SX1261_NRESET OMAP_GPIO(2,22) +#define M_AP1_LBTRESET OMAP_GPIO(2,22) #define M_AP1_NRESET OMAP_GPIO(1,1) #define M_AP1_NINT1 OMAP_GPIO(2,4) #define M_AP1_NINT2 OMAP_GPIO(2,5) @@ -20,7 +20,7 @@ #define M_AP2_GPIO2 OMAP_GPIO(3,16) #define M_AP2_GPIO3 OMAP_GPIO(3,20) #define M_AP2_GPIO4 OMAP_GPIO(0,19) -#define M_AP2_SX1261_NRESET OMAP_GPIO(2,13) +#define M_AP2_LBTRESET OMAP_GPIO(2,13) #define M_AP2_NRESET OMAP_GPIO(5,29) #define M_AP2_NINT1 OMAP_GPIO(3,17) #define M_AP2_NINT2 OMAP_GPIO(3,18) |