ARM: DRA7xx: Update pinmux data
Updating pinmux data as specified in the latest DM Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Balaji T K <balajitk@ti.com>
This commit is contained in:
@@ -28,11 +28,14 @@
|
||||
|
||||
#include <asm/types.h>
|
||||
|
||||
#define FSC (1 << 19)
|
||||
#define SSC (0 << 19)
|
||||
|
||||
#define IEN (1 << 18)
|
||||
#define IDIS (0 << 18)
|
||||
|
||||
#define PTU (3 << 16)
|
||||
#define PTD (1 << 16)
|
||||
#define PTU (1 << 17)
|
||||
#define PTD (0 << 17)
|
||||
#define PEN (1 << 16)
|
||||
#define PDIS (0 << 16)
|
||||
|
||||
|
Reference in New Issue
Block a user