Merge branch 'imx/pinctrl' into imx/dt
[deliverable/linux.git] / arch / arm / mach-imx / imx53-dt.c
index 8b002fcd10e75af607c25dc47cfa86479ddce9db..eb04b6248e48ee9a93751ede8c6cafee15904896 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/irqdomain.h>
 #include <linux/of_irq.h>
 #include <linux/of_platform.h>
+#include <linux/pinctrl/machine.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/time.h>
 #include <mach/common.h>
@@ -104,6 +105,8 @@ static void __init imx53_dt_init(void)
 
        of_irq_init(imx53_irq_match);
 
+       pinctrl_provide_dummies();
+
        node = of_find_matching_node(NULL, imx53_iomuxc_of_match);
        if (node) {
                of_id = of_match_node(imx53_iomuxc_of_match, node);
This page took 0.060318 seconds and 5 git commands to generate.