]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-am33xx/clock.h
ARM: AM43xx: Add support for disabling clocks in uboot
[karo-tx-uboot.git] / arch / arm / include / asm / arch-am33xx / clock.h
index f00fad38fe4b5072d01a5535531df02aa3b6cf8b..a6d2419fb843de713880e16b09fe7e57ad43a090 100644 (file)
@@ -107,9 +107,11 @@ const struct dpll_params *get_dpll_mpu_params(void);
 const struct dpll_params *get_dpll_core_params(void);
 const struct dpll_params *get_dpll_per_params(void);
 const struct dpll_params *get_dpll_ddr_params(void);
+void scale_vcores(void);
 void do_setup_dpll(const struct dpll_regs *, const struct dpll_params *);
 void prcm_init(void);
 void enable_basic_clocks(void);
 void do_enable_clocks(u32 *const *, u32 *const *, u8);
+void do_disable_clocks(u32 *const *, u32 *const *, u8);
 
 #endif