Skip to content
Snippets Groups Projects
Commit 2f9455c8 authored by Suman Anna's avatar Suman Anna Committed by Tom Rini
Browse files

ARM: DRA7: Cleanup old pinctrl macros


Commit 6ae4c3ef ("ARM: DRA7: Add pinctrl register definitions")
has added new macros for pinmux configuration in line with the kernel
definitions. Cleanup the old pinctrl macros from the common header
file so that they are not used by any new boards.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent 101d2171
No related branches found
No related tags found
No related merge requests found
...@@ -12,20 +12,6 @@ ...@@ -12,20 +12,6 @@
#include <asm/types.h> #include <asm/types.h>
#define FSC (1 << 19)
#define SSC (0 << 19)
#define IEN (1 << 18)
#define IDIS (0 << 18)
#define PTU (1 << 17)
#define PTD (0 << 17)
#define PEN (1 << 16)
#define PDIS (0 << 16)
#define WKEN (1 << 24)
#define WKDIS (0 << 24)
#define PULL_ENA (0 << 16) #define PULL_ENA (0 << 16)
#define PULL_DIS (1 << 16) #define PULL_DIS (1 << 16)
#define PULL_UP (1 << 17) #define PULL_UP (1 << 17)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment