diff options
| author | Kishon Vijay Abraham I <[email protected]> | 2015-08-17 13:29:50 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2015-08-17 23:29:14 +0530 |
| commit | fca45722fbb0ef0b216efa8ad053a3c1cab44972 (patch) | |
| tree | 1b123936f2df4dabe2eed8681d6b92c97735db46 /arch/arm/include | |
| parent | 7dd0174467a2a1fc99d7dc19b11bbadc80f9c740 (diff) | |
ARM: AM43xx: Add support for disabling clocks in uboot
Add do_disable_clocks() to disable clock domains and module clocks.
These clocks are enabled using do_enable_clocks().
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Signed-off-by: Vignesh R <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-am33xx/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/clock.h b/arch/arm/include/asm/arch-am33xx/clock.h index 4af6b57e42f..a6d2419fb84 100644 --- a/arch/arm/include/asm/arch-am33xx/clock.h +++ b/arch/arm/include/asm/arch-am33xx/clock.h @@ -112,5 +112,6 @@ 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 |
