]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blobdiff - arch/arm/include/asm/omap_common.h
arm: dra7xx: clock: Add the dplls data
[glsdk/glsdk-u-boot.git] / arch / arm / include / asm / omap_common.h
index 54700f7686b242ca8b1c39dc48fe2a95770884d0..59bfabcf3148872ffd2da3fe838787a5f13a1504 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <common.h>
 
-#define NUM_SYS_CLKS   7
+#define NUM_SYS_CLKS   8
 
 struct prcm_regs {
        /* cm1.ckgen */
@@ -473,6 +473,7 @@ struct dplls {
        const struct dpll_params *abe;
        const struct dpll_params *iva;
        const struct dpll_params *usb;
+       const struct dpll_params *ddr;
 };
 
 struct pmic_data {