diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-14 09:23:13 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-14 09:23:13 -0400 |
commit | 6b204283f2802a92cf91fc14c2c1b04e7295761b (patch) | |
tree | e323818ac7f159c13f646fdf75bf0f016d7ae368 /arch/arm/mach-imx/mach-imx6q.c | |
parent | ffc505c0b99d6caf5b10d813f9a0ce3576f68996 (diff) | |
parent | a0f5e3631b07cabf624e7d818df76d47d9d21017 (diff) |
Merge branch 'imx/pinctrl' into imx/dt
Conflicts:
drivers/mmc/host/sdhci-esdhc-imx.c
drivers/net/ethernet/freescale/fec.c
drivers/spi/spi-imx.c
drivers/tty/serial/imx.c
This resolves some simply but annoying conflicts.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-imx/mach-imx6q.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx6q.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c index 095c5c5de7bc..b47e98b7d539 100644 --- a/arch/arm/mach-imx/mach-imx6q.c +++ b/arch/arm/mach-imx/mach-imx6q.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/of_address.h> | 21 | #include <linux/of_address.h> |
22 | #include <linux/of_irq.h> | 22 | #include <linux/of_irq.h> |
23 | #include <linux/of_platform.h> | 23 | #include <linux/of_platform.h> |
24 | #include <linux/pinctrl/machine.h> | ||
24 | #include <linux/phy.h> | 25 | #include <linux/phy.h> |
25 | #include <linux/micrel_phy.h> | 26 | #include <linux/micrel_phy.h> |
26 | #include <asm/smp_twd.h> | 27 | #include <asm/smp_twd.h> |
@@ -114,6 +115,12 @@ static void __init imx6q_sabrelite_init(void) | |||
114 | 115 | ||
115 | static void __init imx6q_init_machine(void) | 116 | static void __init imx6q_init_machine(void) |
116 | { | 117 | { |
118 | /* | ||
119 | * This should be removed when all imx6q boards have pinctrl | ||
120 | * states for devices defined in device tree. | ||
121 | */ | ||
122 | pinctrl_provide_dummies(); | ||
123 | |||
117 | if (of_machine_is_compatible("fsl,imx6q-sabrelite")) | 124 | if (of_machine_is_compatible("fsl,imx6q-sabrelite")) |
118 | imx6q_sabrelite_init(); | 125 | imx6q_sabrelite_init(); |
119 | 126 | ||