ARM: at91: add dummies pinctrl for non dt platform
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>
This commit is contained in:
parent
fc33ff4313
commit
97e5e62524
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <linux/pm.h>
|
#include <linux/pm.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
|
#include <linux/pinctrl/machine.h>
|
||||||
|
|
||||||
#include <asm/system_misc.h>
|
#include <asm/system_misc.h>
|
||||||
#include <asm/mach/map.h>
|
#include <asm/mach/map.h>
|
||||||
|
@ -463,4 +464,6 @@ void __init at91_initialize(unsigned long main_clock)
|
||||||
at91_boot_soc.register_clocks();
|
at91_boot_soc.register_clocks();
|
||||||
|
|
||||||
at91_boot_soc.init();
|
at91_boot_soc.init();
|
||||||
|
|
||||||
|
pinctrl_provide_dummies();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue