colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / include / dwc3-sti-glue.h
index 98e76961b651e1bac58721d9a24e0b3b6e0c6a88..3989a9bb5369d3016e2e1299d6a44c2f60db8d56 100644 (file)
@@ -1,14 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright (c) 2017
- * Patrice Chotard <patrice.chotard@st.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
+ * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
+ * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
  */
 
 #ifndef __DWC3_STI_UBOOT_H_
 #define __DWC3_STI_UBOOT_H_
 
 /* glue registers */
+#include <linux/bitops.h>
 #define CLKRST_CTRL            0x00
 #define AUX_CLK_EN             BIT(0)
 #define SW_PIPEW_RESET_N       BIT(4)