diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-06-04 01:12:08 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-11 04:32:24 -0400 |
commit | 8b89797f3273e6e1574e1727f73dc8ac7d5f5a9c (patch) | |
tree | 8d1b8c51938911e5ca7f287c2081972a0bcd5586 /arch/arm/mach-shmobile/include | |
parent | 46b9a092dacea4f30dbdfc58ca2c1ac4e97f6255 (diff) |
ARM: shmobile: r8a7778: add support HSPI driver
Add a platform device for the r8a7778 HSPI.
Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-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')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7778.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7778.h b/arch/arm/mach-shmobile/include/mach/r8a7778.h index 9e5835b326e8..af668c47a3d9 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7778.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7778.h | |||
@@ -25,6 +25,7 @@ extern void r8a7778_add_standard_devices(void); | |||
25 | extern void r8a7778_add_standard_devices_dt(void); | 25 | extern void r8a7778_add_standard_devices_dt(void); |
26 | extern void r8a7778_add_ether_device(struct sh_eth_plat_data *pdata); | 26 | extern void r8a7778_add_ether_device(struct sh_eth_plat_data *pdata); |
27 | extern void r8a7778_add_i2c_device(int id); | 27 | extern void r8a7778_add_i2c_device(int id); |
28 | extern void r8a7778_add_hspi_device(int id); | ||
28 | 29 | ||
29 | extern void r8a7778_init_delay(void); | 30 | extern void r8a7778_init_delay(void); |
30 | extern void r8a7778_init_irq(void); | 31 | extern void r8a7778_init_irq(void); |