Message ID | 1442417823-15850-6-git-send-email-ludovic.desroches@atmel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Sep 16, 2015 at 8:37 AM, Ludovic Desroches <ludovic.desroches@atmel.com> wrote: > SAMA5D2 chip family has a new PIO controller. > > Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Please merge this through Nicolas' AT91 tree. Yours, Linus Walleij
Le 21/09/2015 20:25, Linus Walleij a écrit : > On Wed, Sep 16, 2015 at 8:37 AM, Ludovic Desroches > <ludovic.desroches@atmel.com> wrote: > >> SAMA5D2 chip family has a new PIO controller. >> >> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> > > Acked-by: Linus Walleij <linus.walleij@linaro.org> > > Please merge this through Nicolas' AT91 tree. Added in the at91-4.4-defconfig branch. Thanks. Paul, This symbol will appear in Linus W.'s tree and is selected in mine. So you may find that the symbol appear unused before the two trees are merged in Linux-next or mainline. Bye,
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 89a755b..9e4067c 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -5,6 +5,7 @@ menuconfig ARCH_AT91 select COMMON_CLK_AT91 select PINCTRL select PINCTRL_AT91 + select PINCTRL_AT91PIO4 select SOC_BUS if ARCH_AT91
SAMA5D2 chip family has a new PIO controller. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> --- arch/arm/mach-at91/Kconfig | 1 + 1 file changed, 1 insertion(+)