mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 15:33:55 +01:00
Merge "drivers: clk: ipq40xx: Clear divider value while doing deinit"
This commit is contained in:
commit
36e3130eb1
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ void emmc_clock_config(int mode)
|
|||
}
|
||||
void emmc_clock_disable(void)
|
||||
{
|
||||
/* Clear divider */
|
||||
writel(0x0, GCC_SDCC1_MISC);
|
||||
writel(0x0, GCC_SDCC1_APPS_CBCR);
|
||||
udelay(10);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue