Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
af2a35fb
Commit
af2a35fb
authored
Jul 19, 2012
by
Troy Kisky
Committed by
Heiko Schocher
Jul 31, 2012
Browse files
i.mx: iomux-v3.h: move to imx-common include directory
Signed-off-by:
Troy Kisky
<
troy.kisky@boundarydevices.com
>
parent
d3394ec1
Changes
6
Hide whitespace changes
Inline
Side-by-side
arch/arm/cpu/armv7/mx6/iomux-v3.c
View file @
af2a35fb
...
...
@@ -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
;
...
...
arch/arm/include/asm/arch-mx6/mx6x_pins.h
View file @
af2a35fb
...
...
@@ -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)
...
...
arch/arm/include/asm/
arch-mx6
/iomux-v3.h
→
arch/arm/include/asm/
imx-common
/iomux-v3.h
View file @
af2a35fb
File moved
board/freescale/mx6qarm2/mx6qarm2.c
View file @
af2a35fb
...
...
@@ -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>
...
...
board/freescale/mx6qsabrelite/mx6qsabrelite.c
View file @
af2a35fb
...
...
@@ -22,12 +22,12 @@
#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>
...
...
drivers/usb/host/ehci-mx6.c
View file @
af2a35fb
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment