summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap5/mux_dra7xx.h
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2013-05-30 03:19:37 +0000
committerTom Rini <trini@ti.com>2013-06-10 08:43:10 -0400
commit7f36c88f64ee1affd4db78b2c2f4a616abceb84c (patch)
treef6e30f41ecc62dab500515dd1cec7ec021df8e21 /arch/arm/include/asm/arch-omap5/mux_dra7xx.h
parenta5d439c2d3a55df2718eae19fb128e498f4bef87 (diff)
downloadtalos-obmc-uboot-7f36c88f64ee1affd4db78b2c2f4a616abceb84c.tar.gz
talos-obmc-uboot-7f36c88f64ee1affd4db78b2c2f4a616abceb84c.zip
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>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5/mux_dra7xx.h')
-rw-r--r--arch/arm/include/asm/arch-omap5/mux_dra7xx.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-omap5/mux_dra7xx.h b/arch/arm/include/asm/arch-omap5/mux_dra7xx.h
index 55e9de6041..5f2b0f9f5d 100644
--- a/arch/arm/include/asm/arch-omap5/mux_dra7xx.h
+++ b/arch/arm/include/asm/arch-omap5/mux_dra7xx.h
@@ -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)
OpenPOWER on IntegriCloud