]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-am33xx/clocks_am33xx.h
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / arch / arm / include / asm / arch-am33xx / clocks_am33xx.h
index 02ed5957e985af5fa879c9c2f048fef54dd6c4e7..5657f1846a30614fef2343d20fb608010e4ce751 100644 (file)
 #define CONFIG_SYS_MPUCLK      MPUPLL_M_550
 #endif
 
+#define DISPPLL_M      200
+#define DISPPLL_N      (OSC - 1)
+#define DISPPLL_M2     1
+
 #define UART_RESET             (0x1 << 1)
 #define UART_CLK_RUNNING_MASK  0x1
 #define UART_SMART_IDLE_EN     (0x1 << 0x3)
 
+#define CM_DLL_CTRL_NO_OVERRIDE        0x0
+#define CM_DLL_READYST         0x4
+
 extern void enable_dmm_clocks(void);
 extern const struct dpll_params dpll_core_opp100;
 extern struct dpll_params dpll_mpu_opp100;