Merge git://git.denx.de/u-boot-mmc
[oweals/u-boot.git] / arch / arm / mach-omap2 / am33xx / clock_am33xx.c
index 1780bbdb6fb6fa16fb9ec0fef17a447f141f6e99..9ab4d250d275320486adac898b2e0a81a8d02414 100644 (file)
@@ -52,6 +52,13 @@ const struct dpll_regs dpll_ddr_regs = {
        .cm_div_m2_dpll         = CM_WKUP + 0xA0,
 };
 
+const struct dpll_regs dpll_disp_regs = {
+       .cm_clkmode_dpll        = CM_WKUP + 0x98,
+       .cm_idlest_dpll         = CM_WKUP + 0x48,
+       .cm_clksel_dpll         = CM_WKUP + 0x54,
+       .cm_div_m2_dpll         = CM_WKUP + 0xA4,
+};
+
 struct dpll_params dpll_mpu_opp100 = {
                CONFIG_SYS_MPUCLK, OSC-1, 1, -1, -1, -1, -1};
 const struct dpll_params dpll_core_opp100 = {