Re: [PATCH 9/9] ARM: shmobile: lager: add PCI USB host controllers

2013-11-21 Thread Ulrich Hecht
On Wed, Nov 20, 2013 at 10:24 PM, Valentine wrote: > On 11/20/2013 09:38 PM, Ulrich Hecht wrote: >> + usb_bind_phy(":00:01.0", 0, "usb_phy_rcar_gen2"); >> + usb_bind_phy(":00:02.0", 0, "usb_phy_rcar_gen2"); > > You don't seem to register PCI controller 0 here. Thus, PCI bus 0 i

Re: [PATCH 9/9] ARM: shmobile: lager: add PCI USB host controllers

2013-11-20 Thread Valentine
On 11/20/2013 09:38 PM, Ulrich Hecht wrote: Adds USB1 and 2 as hosts and binds them to the USB phy. Signed-off-by: Ulrich Hecht --- arch/arm/mach-shmobile/Kconfig | 1 + arch/arm/mach-shmobile/board-lager.c | 23 +++ 2 files changed, 24 insertions(+) diff --git a

[PATCH 9/9] ARM: shmobile: lager: add PCI USB host controllers

2013-11-20 Thread Ulrich Hecht
Adds USB1 and 2 as hosts and binds them to the USB phy. Signed-off-by: Ulrich Hecht --- arch/arm/mach-shmobile/Kconfig | 1 + arch/arm/mach-shmobile/board-lager.c | 23 +++ 2 files changed, 24 insertions(+) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-s