]> git.sur5r.net Git - u-boot/blobdiff - include/dwc3-uboot.h
spi: zynqmp_gqspi: Add support for ZynqMP qspi driver
[u-boot] / include / dwc3-uboot.h
index 09ff8a74d669aae53e007c15f988af8922feb7d2..228ab3b10294687af132b6c452740d783d3adf49 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* include/dwc3-uboot.h
  *
  * Copyright (c) 2015 Texas Instruments Incorporated - http://www.ti.com
  *
  * Designware SuperSpeed USB uboot init
- *
- * SPDX-License-Identifier:     GPL-2.0
  */
 
 #ifndef __DWC3_UBOOT_H_
@@ -13,7 +12,7 @@
 #include <linux/usb/otg.h>
 
 struct dwc3_device {
-       int base;
+       unsigned long base;
        enum usb_dr_mode dr_mode;
        u32 maximum_speed;
        unsigned tx_fifo_resize:1;