diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index b3102c2f4a3c..af2bb219e214 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <linux/regulator/fixed.h> | 30 | #include <linux/regulator/fixed.h> |
31 | #include <linux/regulator/machine.h> | 31 | #include <linux/regulator/machine.h> |
32 | #include <linux/mmc/host.h> | 32 | #include <linux/mmc/host.h> |
33 | #include <linux/usb/phy.h> | ||
33 | 34 | ||
34 | #include <linux/spi/spi.h> | 35 | #include <linux/spi/spi.h> |
35 | #include <linux/spi/tdo24m.h> | 36 | #include <linux/spi/tdo24m.h> |
@@ -418,7 +419,7 @@ static struct omap2_hsmmc_info mmc[] = { | |||
418 | {} /* Terminator */ | 419 | {} /* Terminator */ |
419 | }; | 420 | }; |
420 | 421 | ||
421 | static struct usbhs_omap_board_data usbhs_bdata __initdata = { | 422 | static struct usbhs_omap_platform_data usbhs_bdata __initdata = { |
422 | .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, | 423 | .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, |
423 | .port_mode[1] = OMAP_EHCI_PORT_MODE_PHY, | 424 | .port_mode[1] = OMAP_EHCI_PORT_MODE_PHY, |
424 | .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED, | 425 | .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED, |
@@ -722,8 +723,9 @@ static void __init cm_t3x_common_init(void) | |||
722 | cm_t35_init_ethernet(); | 723 | cm_t35_init_ethernet(); |
723 | cm_t35_init_led(); | 724 | cm_t35_init_led(); |
724 | cm_t35_init_display(); | 725 | cm_t35_init_display(); |
725 | omap_twl4030_audio_init("cm-t3x"); | 726 | omap_twl4030_audio_init("cm-t3x", NULL); |
726 | 727 | ||
728 | usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); | ||
727 | usb_musb_init(NULL); | 729 | usb_musb_init(NULL); |
728 | cm_t35_init_usbh(); | 730 | cm_t35_init_usbh(); |
729 | cm_t35_init_camera(); | 731 | cm_t35_init_camera(); |
@@ -751,7 +753,7 @@ MACHINE_START(CM_T35, "Compulab CM-T35") | |||
751 | .handle_irq = omap3_intc_handle_irq, | 753 | .handle_irq = omap3_intc_handle_irq, |
752 | .init_machine = cm_t35_init, | 754 | .init_machine = cm_t35_init, |
753 | .init_late = omap35xx_init_late, | 755 | .init_late = omap35xx_init_late, |
754 | .timer = &omap3_timer, | 756 | .init_time = omap3_sync32k_timer_init, |
755 | .restart = omap3xxx_restart, | 757 | .restart = omap3xxx_restart, |
756 | MACHINE_END | 758 | MACHINE_END |
757 | 759 | ||
@@ -764,6 +766,6 @@ MACHINE_START(CM_T3730, "Compulab CM-T3730") | |||
764 | .handle_irq = omap3_intc_handle_irq, | 766 | .handle_irq = omap3_intc_handle_irq, |
765 | .init_machine = cm_t3730_init, | 767 | .init_machine = cm_t3730_init, |
766 | .init_late = omap3630_init_late, | 768 | .init_late = omap3630_init_late, |
767 | .timer = &omap3_timer, | 769 | .init_time = omap3_sync32k_timer_init, |
768 | .restart = omap3xxx_restart, | 770 | .restart = omap3xxx_restart, |
769 | MACHINE_END | 771 | MACHINE_END |