ARM: DRA7: Cleanup old pinctrl macros
authorSuman Anna <s-anna@ti.com>
Fri, 8 Sep 2017 19:08:25 +0000 (14:08 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 15 Sep 2017 01:32:56 +0000 (21:32 -0400)
Commit 6ae4c3efbd62 ("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: Suman Anna <s-anna@ti.com>
arch/arm/include/asm/arch-omap5/mux_dra7xx.h

index 5eed98c..55f49c7 100644 (file)
 
 #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_DIS               (1 << 16)
 #define PULL_UP                        (1 << 17)