musb: Use name based initialization for musb_config
[oweals/u-boot.git] / drivers / usb / musb / davinci.c
index 8fbadc962f41dec51ce7fb97b062fc80b47ba887..f56f2df532ec46c98ae2bd48fbca8f25e6abf9dd 100644 (file)
@@ -28,9 +28,9 @@
 
 /* MUSB platform configuration */
 struct musb_config musb_cfg = {
-       (struct musb_regs *)MENTOR_USB0_BASE,
-       DAVINCI_USB_TIMEOUT,
-       0
+       .regs           = (struct musb_regs *)MENTOR_USB0_BASE,
+       .timeout        = DAVINCI_USB_TIMEOUT,
+       .musb_speed     = 0,
 };
 
 /* MUSB module register overlay */