]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-omap5/clocks.h
omap_hsmmc: Wait for CMDI to be clear
[u-boot] / arch / arm / include / asm / arch-omap5 / clocks.h
index edcc9e9364b6e630841f3d35ce65bd7580e3f8b3..d0e6dd68dac53d86a976026c72e245534fa379b5 100644 (file)
@@ -686,14 +686,14 @@ struct dpll_regs {
 struct dpll_params {
        u32 m;
        u32 n;
-       u8 m2;
-       u8 m3;
-       u8 h11;
-       u8 h12;
-       u8 h13;
-       u8 h14;
-       u8 h22;
-       u8 h23;
+       s8 m2;
+       s8 m3;
+       s8 h11;
+       s8 h12;
+       s8 h13;
+       s8 h14;
+       s8 h22;
+       s8 h23;
 };
 
 extern struct omap5_prcm_regs *const prcm;
@@ -708,6 +708,7 @@ void setup_post_dividers(u32 *const base, const struct dpll_params *params);
 u32 get_sys_clk_index(void);
 void enable_basic_clocks(void);
 void enable_non_essential_clocks(void);
+void enable_basic_uboot_clocks(void);
 void do_enable_clocks(u32 *const *clk_domains,
                      u32 *const *clk_modules_hw_auto,
                      u32 *const *clk_modules_explicit_en,