mips: jz4740: JZ4740 does not have a MSC clock source select.

Change-Id: Ic2af37d92bcb8b6b35684f113eb8e392fc2eb609
This commit is contained in:
Solomon Peachy 2018-10-09 11:36:24 -04:00
parent 046cc497ad
commit 71abdf5d82

View file

@ -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 */