aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/r8a7779.h
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2013-04-04 14:53:50 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-04-04 21:47:03 -0400
commitdace48d04dee46a3409d5e13cd98031522e46377 (patch)
treeff91a137d45287b08147c45c3d18f4ffcaa44a0c /arch/arm/mach-shmobile/include/mach/r8a7779.h
parentf0ff5a0a82b0c1be8e14584aa66a7890e08361d9 (diff)
ARM: shmobile: R8A7779: add Ether support
Add Ether clock and platform device for R8A7779 SoC; add a function to register this device with board-specific platform data. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/r8a7779.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/r8a7779.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h
index af38750f38f7..b58a1f026e9c 100644
--- a/arch/arm/mach-shmobile/include/mach/r8a7779.h
+++ b/arch/arm/mach-shmobile/include/mach/r8a7779.h
@@ -3,6 +3,7 @@
3 3
4#include <linux/sh_clk.h> 4#include <linux/sh_clk.h>
5#include <linux/pm_domain.h> 5#include <linux/pm_domain.h>
6#include <linux/sh_eth.h>
6 7
7/* Pin Function Controller: 8/* Pin Function Controller:
8 * GPIO_FN_xx - GPIO used to select pin function 9 * GPIO_FN_xx - GPIO used to select pin function
@@ -352,6 +353,7 @@ extern void r8a7779_earlytimer_init(void);
352extern void r8a7779_add_early_devices(void); 353extern void r8a7779_add_early_devices(void);
353extern void r8a7779_add_standard_devices(void); 354extern void r8a7779_add_standard_devices(void);
354extern void r8a7779_add_standard_devices_dt(void); 355extern void r8a7779_add_standard_devices_dt(void);
356extern void r8a7779_add_ether_device(struct sh_eth_plat_data *pdata);
355extern void r8a7779_clock_init(void); 357extern void r8a7779_clock_init(void);
356extern void r8a7779_pinmux_init(void); 358extern void r8a7779_pinmux_init(void);
357extern void r8a7779_pm_init(void); 359extern void r8a7779_pm_init(void);