common: Drop linux/delay.h from common header
[platform/kernel/u-boot.git] / drivers / usb / musb-new / musb_regs.h
index a3cc38e..c4d7203 100644 (file)
@@ -1,11 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * MUSB OTG driver register defines
  *
  * Copyright 2005 Mentor Graphics Corporation
  * Copyright (C) 2005-2006 by Texas Instruments
  * Copyright (C) 2006-2007 Nokia Corporation
- *
- * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef __MUSB_REGS_H__
@@ -432,7 +431,8 @@ static inline u8 musb_read_ulpi_buscontrol(void __iomem *mbase)
 
 static inline u8 musb_read_configdata(void __iomem *mbase)
 {
-#if defined CONFIG_MACH_SUN8I_A33 || defined CONFIG_MACH_SUN8I_A83T
+#if defined CONFIG_MACH_SUN8I_A33 || defined CONFIG_MACH_SUN8I_A83T || \
+               defined CONFIG_MACH_SUNXI_H3_H5 || defined CONFIG_MACH_SUN50I
        /* <Sigh> allwinner saves a reg, and we need to hardcode this */
        return 0xde;
 #else