]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mach-shmobile: Mackerel USB platform data update
authorMagnus Damm <damm@opensource.se>
Thu, 9 Jun 2011 07:03:37 +0000 (07:03 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 14 Jun 2011 06:11:49 +0000 (15:11 +0900)
commitba4b72f3a7c5464af2417337a542756ff7801b05
treedf0fa061ee9ebe86200bb4af141ed5d0b4123f98
parentaf24c2d73d2a679bc33168c1185d7df6e8b4dcc9
ARM: mach-shmobile: Mackerel USB platform data update

This patch updates the board specific USB support
code for the sh7372 Mackerel board.

With this patch applied port CN22 is driven by the
recently added renesas_usbhs driver using the first
USB controller included in sh7372 aka USBHS0.

Hotplugging of USBHS0 unfortunately has to be
handled by software polling. The sh7372 SoC itself
obviously supports hotplug notification by IRQ but
on the Mackerel board this IRQ happens to be used
for the touch screen.

Also fix the pinmux configuration to avoid setting
up unused pins and fix minor spelling errors.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-mackerel.c