]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/musb/da8xx.c
dm: usb: Deprecate usb_get_dev_index()
[u-boot] / drivers / usb / musb / da8xx.c
index 40bfe440d820e53a804ea40e89996025071415fe..97d4ddb577dc351df059eadfe6769c96068ef42c 100644 (file)
@@ -7,29 +7,18 @@
  *
  * Copyright (C) 2009 Texas Instruments Incorporated
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
 
-#include "da8xx.h"
+#include "musb_core.h"
+#include <asm/arch/da8xx-usb.h>
 
 /* MUSB platform configuration */
 struct musb_config musb_cfg = {
-       (struct musb_regs *)DA8XX_USB_OTG_CORE_BASE,
-       DA8XX_USB_OTG_TIMEOUT,
-       0
+       .regs           = (struct musb_regs *)DA8XX_USB_OTG_CORE_BASE,
+       .timeout        = DA8XX_USB_OTG_TIMEOUT,
+       .musb_speed     = 0,
 };
 
 /*