Merge branch 'master' of git://git.denx.de/u-boot-video
[oweals/u-boot.git] / drivers / usb / musb-new / omap2430.h
index 3b795c248d14f28c9c960838119075eabdbed3a8..0c3dd8bfd9c00fe6e291e4aa227a01de44f33095 100644 (file)
@@ -1,10 +1,7 @@
 /*
  * Copyright (C) 2005-2006 by Texas Instruments
  *
- * The Inventra Controller Driver for Linux is free software; you
- * can redistribute it and/or modify it under the terms of the GNU
- * General Public License version 2 as published by the Free Software
- * Foundation.
+ * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef __MUSB_OMAP243X_H__
 #define OTG_FORCESTDBY         0x414
 #      define  ENABLEFORCE             (1 << 0)
 
+/*
+ * OMAP4-specific definitions
+ */
+
+#define USBOTGHS_CONTROL_AVALID                (1 << 0)
+#define USBOTGHS_CONTROL_VBUSVALID     (1 << 2)
+#define USBOTGHS_CONTROL_IDDIG         (1 << 4)
+
 #endif /* __MUSB_OMAP243X_H__ */