]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/regs-otg.h
usb: gadget: fastboot: Dequeue the previous IN request for the current request
[u-boot] / drivers / usb / gadget / regs-otg.h
index 3737e452319b70f7e58d531a810793aa6f118031..ac5d11213de47858fce6dc7691439bba522e1b92 100644 (file)
@@ -5,10 +5,7 @@
  * Registers remapping:
  * Lukasz Majewski <l.majewski@samsumg.com>
  *
- * This include file 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.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __ASM_ARCH_REGS_USB_OTG_HS_H
@@ -229,6 +226,11 @@ struct s3c_usbotg_reg {
 #define CLK_SEL_12MHZ                   (0x2 << 0)
 #define CLK_SEL_48MHZ                   (0x0 << 0)
 
+#define EXYNOS4X12_ID_PULLUP0          (0x01 << 3)
+#define EXYNOS4X12_COMMON_ON_N0        (0x01 << 4)
+#define EXYNOS4X12_CLK_SEL_12MHZ       (0x02 << 0)
+#define EXYNOS4X12_CLK_SEL_24MHZ       (0x05 << 0)
+
 /* Device Configuration Register DCFG */
 #define DEV_SPEED_HIGH_SPEED_20         (0x0 << 0)
 #define DEV_SPEED_FULL_SPEED_20         (0x1 << 0)