mips: jz4740: JZ4740 does not have a MSC clock source select.
Change-Id: Ic2af37d92bcb8b6b35684f113eb8e392fc2eb609
This commit is contained in:
parent
046cc497ad
commit
71abdf5d82
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ static inline void cpm_select_msc_clk(unsigned int rate)
|
|||
if (div == 0)
|
||||
div = 1;
|
||||
|
||||
REG_CPM_MSCCDR = MSCCDR_MCS | (div - 1);
|
||||
REG_CPM_MSCCDR = (div - 1);
|
||||
}
|
||||
|
||||
/* Set the MMC clock frequency */
|
||||
|
|
Loading…
Reference in a new issue