ARM: rmobile: Import R8A7796 PFC and GPIO tables
Import the R8A7796 PFC and GPIO tables from the latest 3.5.3 release from Renesas . Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
0dfc2392f6
commit
8d31fe2a64
@ -25,6 +25,9 @@ void r8a7794_pinmux_init(void);
|
||||
#elif defined(CONFIG_R8A7795)
|
||||
#include "r8a7795-gpio.h"
|
||||
void r8a7795_pinmux_init(void);
|
||||
#elif defined(CONFIG_R8A7796)
|
||||
#include "r8a7796-gpio.h"
|
||||
void r8a7796_pinmux_init(void);
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_ARCH_GPIO_H */
|
||||
|
1084
arch/arm/mach-rmobile/include/mach/r8a7796-gpio.h
Normal file
1084
arch/arm/mach-rmobile/include/mach/r8a7796-gpio.h
Normal file
File diff suppressed because it is too large
Load Diff
5253
arch/arm/mach-rmobile/pfc-r8a7796.c
Normal file
5253
arch/arm/mach-rmobile/pfc-r8a7796.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user