|
@@ -245,11 +245,16 @@ static struct regulator_init_data beagle_vpll2 = {
|
|
|
.consumer_supplies = &beagle_vdvi_supply,
|
|
|
};
|
|
|
|
|
|
+static struct twl4030_usb_data beagle_usb_data = {
|
|
|
+ .usb_mode = T2_USB_MODE_ULPI,
|
|
|
+};
|
|
|
+
|
|
|
static struct twl4030_platform_data beagle_twldata = {
|
|
|
.irq_base = TWL4030_IRQ_BASE,
|
|
|
.irq_end = TWL4030_IRQ_END,
|
|
|
|
|
|
/* platform_data for children goes here */
|
|
|
+ .usb = &beagle_usb_data,
|
|
|
.gpio = &beagle_gpio_data,
|
|
|
.vmmc1 = &beagle_vmmc1,
|
|
|
.vsim = &beagle_vsim,
|