mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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…
Add table
Add a link
Reference in a new issue