]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
i.mx: iomux-v3.h: move to imx-common include directory
authorTroy Kisky <troy.kisky@boundarydevices.com>
Thu, 19 Jul 2012 08:18:22 +0000 (08:18 +0000)
committerHeiko Schocher <hs@denx.de>
Tue, 31 Jul 2012 06:00:19 +0000 (08:00 +0200)
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
arch/arm/cpu/armv7/mx6/iomux-v3.c
arch/arm/include/asm/arch-mx6/mx6x_pins.h
arch/arm/include/asm/imx-common/iomux-v3.h [moved from arch/arm/include/asm/arch-mx6/iomux-v3.h with 100% similarity]
board/freescale/mx6qarm2/mx6qarm2.c
board/freescale/mx6qsabrelite/mx6qsabrelite.c
drivers/usb/host/ehci-mx6.c

index a0c4b1567e10430eaa8da005cd9bbf2bfab42250..da093fbe1489ec516dfd41ea136377f0529563df 100644 (file)
@@ -23,7 +23,7 @@
 #include <common.h>
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
-#include <asm/arch/iomux-v3.h>
+#include <asm/imx-common/iomux-v3.h>
 
 static void *base = (void *)IOMUXC_BASE_ADDR;
 
index cf9103c3d250b332ffdc186c1b3fe5ccd23f5026..3d66d64d209019c40d749efed5ab49ee982fa431 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef __ASM_ARCH_MX6_MX6X_PINS_H__
 #define __ASM_ARCH_MX6_MX6X_PINS_H__
 
-#include <asm/arch/iomux-v3.h>
+#include <asm/imx-common/iomux-v3.h>
 
 /* Use to set PAD control */
 #define PAD_CTL_HYS            (1 << 16)
index 1367b8802850156b226a6ec520f4826d1f07a4d1..340c4c4393b20cf6b6a4305cc46f626caa6c392e 100644 (file)
@@ -24,9 +24,9 @@
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/mx6x_pins.h>
-#include <asm/arch/iomux-v3.h>
 #include <asm/errno.h>
 #include <asm/gpio.h>
+#include <asm/imx-common/iomux-v3.h>
 #include <mmc.h>
 #include <fsl_esdhc.h>
 #include <miiphy.h>
index 0eae96d3a377601f5c8489b7e470e2b845f808d7..34f65e98e4719bc131f2e9c3fdf235a36def16ad 100644 (file)
 
 #include <common.h>
 #include <asm/io.h>
+#include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/mx6x_pins.h>
-#include <asm/arch/iomux-v3.h>
-#include <asm/arch/clock.h>
 #include <asm/errno.h>
 #include <asm/gpio.h>
+#include <asm/imx-common/iomux-v3.h>
 #include <mmc.h>
 #include <fsl_esdhc.h>
 #include <micrel.h>
index 42c77fe333dce56609c3b663191c97475b70fbf3..028024298d3790583c9d59a08ec8de22b7abc095 100644 (file)
@@ -22,7 +22,7 @@
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/mx6x_pins.h>
-#include <asm/arch/iomux-v3.h>
+#include <asm/imx-common/iomux-v3.h>
 
 #include "ehci.h"
 #include "ehci-core.h"