aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-05-07 08:46:50 -0400
committerArnd Bergmann <arnd@arndb.de>2013-05-07 08:47:17 -0400
commit0592c2189ece16f3e0c5a56245634aba93d0c9dd (patch)
tree52bc86123e282349f637ef1757b1e44618b479bd /arch/arm/mach-omap2
parent442a33ebce9e02a2dd6662f16c9f2aad834d0115 (diff)
parent08a48be32ff31d38bcfec7d210c954cb62fd5cd7 (diff)
Merge tag 'omap-for-v3.10/fixes-for-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into late/cleanup
From Tony Lindgren <tony@atomide.com>: An urgent fix for a timer mismerge for and a regression fix for musb device naming change. * tag 'omap-for-v3.10/fixes-for-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: OMAP4: change the device names in usb_bind_phy ARM: OMAP2+: Fix mismerge for timer.c between ff931c82 and da4a686a Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/board-4430sdp.c2
-rw-r--r--arch/arm/mach-omap2/board-omap4panda.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
index 00d72902ef4f..56a9a4f855c7 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -730,7 +730,7 @@ static void __init omap_4430sdp_init(void)
730 omap4_sdp4430_wifi_init(); 730 omap4_sdp4430_wifi_init();
731 omap4_twl6030_hsmmc_init(mmc); 731 omap4_twl6030_hsmmc_init(mmc);
732 732
733 usb_bind_phy("musb-hdrc.0.auto", 0, "omap-usb2.1.auto"); 733 usb_bind_phy("musb-hdrc.2.auto", 0, "omap-usb2.3.auto");
734 usb_musb_init(&musb_board_data); 734 usb_musb_init(&musb_board_data);
735 735
736 status = omap_ethernet_init(); 736 status = omap_ethernet_init();
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index a71ad345f20d..1e2c75eee912 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -435,7 +435,7 @@ static void __init omap4_panda_init(void)
435 omap_sdrc_init(NULL, NULL); 435 omap_sdrc_init(NULL, NULL);
436 omap4_twl6030_hsmmc_init(mmc); 436 omap4_twl6030_hsmmc_init(mmc);
437 omap4_ehci_init(); 437 omap4_ehci_init();
438 usb_bind_phy("musb-hdrc.0.auto", 0, "omap-usb2.1.auto"); 438 usb_bind_phy("musb-hdrc.2.auto", 0, "omap-usb2.3.auto");
439 usb_musb_init(&musb_board_data); 439 usb_musb_init(&musb_board_data);
440 omap4_panda_display_init(); 440 omap4_panda_display_init();
441} 441}