summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-omap5/mux_omap5.h
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2013-02-12 21:29:08 +0000
committerTom Rini <trini@ti.com>2013-03-11 11:39:30 -0400
commit687054a7e0f064db3161ea9c74a2909016ced9df (patch)
treeaffb471d765b690e248265f477104138346670a2 /arch/arm/include/asm/arch-omap5/mux_omap5.h
parent7831419d7bd9cf61a53ad6f7f23dae107812fdf5 (diff)
downloadu-boot-imx-687054a7e0f064db3161ea9c74a2909016ced9df.zip
u-boot-imx-687054a7e0f064db3161ea9c74a2909016ced9df.tar.gz
u-boot-imx-687054a7e0f064db3161ea9c74a2909016ced9df.tar.bz2
arm: dra7xx: Add board files for DRA7XX socs
Adding new board files for DRA7XX socs. The pad registers layout is changed completely from OMAP5 So introducing the new structure here and also adding the minimal data. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Nishant Kamat <nskamat@ti.com> Signed-off-by: R Sricharan <r.sricharan@ti.com> Reviewed-by: Tom Rini <trini@ti.com> [trini: Adapt omap_mmc_init call for last 2 params] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5/mux_omap5.h')
-rw-r--r--arch/arm/include/asm/arch-omap5/mux_omap5.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/include/asm/arch-omap5/mux_omap5.h b/arch/arm/include/asm/arch-omap5/mux_omap5.h
index 4a6ed8b..34b0dbd 100644
--- a/arch/arm/include/asm/arch-omap5/mux_omap5.h
+++ b/arch/arm/include/asm/arch-omap5/mux_omap5.h
@@ -28,14 +28,6 @@
#include <asm/types.h>
-struct pad_conf_entry {
-
- u16 offset;
-
- u16 val;
-
-};
-
#ifdef CONFIG_OFF_PADCONF
#define OFF_PD (1 << 12)
#define OFF_PU (3 << 12)