Skip to content

Commit

Permalink
ARM: at91: add dummies pinctrl for non dt platform
Browse files Browse the repository at this point in the history
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD committed Oct 13, 2012
1 parent fc33ff4 commit 97e5e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-at91/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <linux/mm.h>
#include <linux/pm.h>
#include <linux/of_address.h>
#include <linux/pinctrl/machine.h>

#include <asm/system_misc.h>
#include <asm/mach/map.h>
Expand Down Expand Up @@ -463,4 +464,6 @@ void __init at91_initialize(unsigned long main_clock)
at91_boot_soc.register_clocks();

at91_boot_soc.init();

pinctrl_provide_dummies();
}

0 comments on commit 97e5e62

Please sign in to comment.