diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2013-04-04 14:53:50 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-04 21:47:03 -0400 |
commit | dace48d04dee46a3409d5e13cd98031522e46377 (patch) | |
tree | ff91a137d45287b08147c45c3d18f4ffcaa44a0c /arch/arm/mach-shmobile/include/mach/r8a7779.h | |
parent | f0ff5a0a82b0c1be8e14584aa66a7890e08361d9 (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.h | 2 |
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); | |||
352 | extern void r8a7779_add_early_devices(void); | 353 | extern void r8a7779_add_early_devices(void); |
353 | extern void r8a7779_add_standard_devices(void); | 354 | extern void r8a7779_add_standard_devices(void); |
354 | extern void r8a7779_add_standard_devices_dt(void); | 355 | extern void r8a7779_add_standard_devices_dt(void); |
356 | extern void r8a7779_add_ether_device(struct sh_eth_plat_data *pdata); | ||
355 | extern void r8a7779_clock_init(void); | 357 | extern void r8a7779_clock_init(void); |
356 | extern void r8a7779_pinmux_init(void); | 358 | extern void r8a7779_pinmux_init(void); |
357 | extern void r8a7779_pm_init(void); | 359 | extern void r8a7779_pm_init(void); |