diff options
author | Ye.Li <B37916@freescale.com> | 2015-03-04 00:01:05 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-03-04 11:32:29 +0800 |
commit | df1e45b3098f737d68517c51032472d12fd87666 (patch) | |
tree | ef7b64768cdd9adcfedd1229b08a4077d13612f7 /arch | |
parent | e55c4f7bf5a66b34c2d01c42bac667cb3789b0c1 (diff) | |
download | u-boot-imx-df1e45b3098f737d68517c51032472d12fd87666.zip u-boot-imx-df1e45b3098f737d68517c51032472d12fd87666.tar.gz u-boot-imx-df1e45b3098f737d68517c51032472d12fd87666.tar.bz2 |
MLK-10363-2 imx: mx7: Enable SNVS clock
Enable SNVS clock in clock_init function as default enabled clock.
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/mx7/clock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx7/clock.c b/arch/arm/cpu/armv7/mx7/clock.c index be42f79..96017d3 100644 --- a/arch/arm/cpu/armv7/mx7/clock.c +++ b/arch/arm/cpu/armv7/mx7/clock.c @@ -990,6 +990,8 @@ void clock_init(void) init_clk_wdog(); enable_usboh3_clk(1); + + clock_enable(CCGR_SNVS, 1); } #ifdef CONFIG_SECURE_BOOT |