ARM: shmobile: r8a7778: add USB support
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sat, 8 Jun 2013 20:36:05 +0000 (00:36 +0400)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 11 Jun 2013 07:11:20 +0000 (16:11 +0900)
commit02474a41e6180521a2b9b30b84888670e290dba0
tree45abf58f6de1ce997d95373859b428acb59bd496
parent54407f190c8d542572a9547ba5460d811810b6e4
ARM: shmobile: r8a7778: add USB support

Add USB clock and EHCI, OHCI, and USB PHY platform devices for R8A7778 SoC;  add
a function to register PHY device with board-specific platform data and register
EHCI and OHCI platfrom devices from the init_late() board method.

Also,  don't forget to enable CONFIG_ARCH_HAS_[EO]HCI options for R8A7778 SoC in
Kconfig...

The patch has been tested on the BOCK-W board.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/clock-r8a7778.c
arch/arm/mach-shmobile/include/mach/r8a7778.h
arch/arm/mach-shmobile/setup-r8a7778.c