sunxi: usb: Rename the usbc.? files to usb_phy.?
[oweals/u-boot.git] / arch / arm / include / asm / arch-omap3 / clocks_omap3.h
index 661407b564e7814c81fb64b5a60d26bc151a0f90..df73c4b2ebcd714dd3ace7c3246455034a1cf0bf 100644 (file)
@@ -3,20 +3,7 @@
  * Texas Instruments, <www.ti.com>
  * Richard Woodruff <r-woodruff2@ti.com>
  *
- * This program 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR /PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 #ifndef _CLOCKS_OMAP3_H_
 #define _CLOCKS_OMAP3_H_
@@ -39,6 +26,7 @@
 #define CORE_L4_DIV    2       /* 83MHz  : L4 */
 #define CORE_L3_DIV    2       /* 166MHz : L3 {DDR} */
 #define GFX_DIV                2       /* 83MHz  : CM_CLKSEL_GFX */
+#define GFX_DIV_36X    5       /* 200MHz : CM_CLKSEL_GFX */
 #define WKUP_RSM       2       /* 41.5MHz: CM_CLKSEL_WKUP */
 
 /* PER DPLL */
@@ -71,7 +59,7 @@
 #define MPU_FSEL_13_ES1                0x03
 #define MPU_M2_13_ES1          0x01
 
-#define MPU_M_13_ES2           0x1F4
+#define MPU_M_13_ES2           0x258
 #define MPU_N_13_ES2           0x0C
 #define MPU_FSEL_13_ES2                0x03
 #define MPU_M2_13_ES2          0x01
 #define PER_FSEL_38P4          0x07
 #define PER_M2_38P4            0x09
 
+/* PER2 DPLL */
+#define PER2_M_12              0x78
+#define PER2_N_12              0x0B
+#define PER2_FSEL_12           0x03
+#define PER2_M2_12             0x01
+
+#define PER2_M_13              0x78
+#define PER2_N_13              0x0C
+#define PER2_FSEL_13           0x03
+#define PER2_M2_13             0x01
+
+#define PER2_M_19P2            0x2EE
+#define PER2_N_19P2            0x0B
+#define PER2_FSEL_19P2         0x06
+#define PER2_M2_19P2           0x0A
+
+#define PER2_M_26              0x78
+#define PER2_N_26              0x0C
+#define PER2_FSEL_26           0x03
+#define PER2_M2_26             0x01
+
+#define PER2_M_38P4            0x2EE
+#define PER2_N_38P4            0x0B
+#define PER2_FSEL_38P4         0x06
+#define PER2_M2_38P4           0x0A
+
+/* 36XX PER DPLL */
+
+#define PER_36XX_M_12          0x1B0
+#define PER_36XX_N_12          0x05
+#define PER_36XX_FSEL_12       0x07
+#define PER_36XX_M2_12         0x09
+
+#define PER_36XX_M_13          0x360
+#define PER_36XX_N_13          0x0C
+#define PER_36XX_FSEL_13       0x03
+#define PER_36XX_M2_13         0x09
+
+#define PER_36XX_M_19P2                0x1C2
+#define PER_36XX_N_19P2                0x09
+#define PER_36XX_FSEL_19P2     0x07
+#define PER_36XX_M2_19P2       0x09
+
+#define PER_36XX_M_26          0x1B0
+#define PER_36XX_N_26          0x0C
+#define PER_36XX_FSEL_26       0x07
+#define PER_36XX_M2_26         0x09
+
+#define PER_36XX_M_38P4                0x1C2
+#define PER_36XX_N_38P4                0x13
+#define PER_36XX_FSEL_38P4     0x07
+#define PER_36XX_M2_38P4       0x09
+
+/* 36XX PER2 DPLL */
+
+#define PER2_36XX_M_12         0x50
+#define PER2_36XX_N_12         0x00
+#define PER2_36XX_M2_12                0x08
+
+#define PER2_36XX_M_13         0x1BB
+#define PER2_36XX_N_13         0x05
+#define PER2_36XX_M2_13                0x08
+
+#define PER2_36XX_M_19P2               0x32
+#define PER2_36XX_N_19P2               0x00
+#define PER2_36XX_M2_19P2              0x08
+
+#define PER2_36XX_M_26         0x1BB
+#define PER2_36XX_N_26         0x0B
+#define PER2_36XX_M2_26                0x08
+
+#define PER2_36XX_M_38P4               0x19
+#define PER2_36XX_N_38P4               0x00
+#define PER2_36XX_M2_38P4              0x08
+
 #endif /* endif _CLOCKS_OMAP3_H_ */