]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: jz4740: Work around bug on JZ4760(B)
authorPaul Cercueil <paul@crapouillou.net>
Tue, 31 Jan 2023 21:02:28 +0000 (21:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:59:47 +0000 (12:59 +0100)
commit459980cc1448f9ed36846cc93a0604b37208ae79
tree443919f3e75f6b7200c9f46d3bc6b1fa1faf3040
parent0a127ac972404600c99eb141c8d5b5348e53ee4f
mmc: jz4740: Work around bug on JZ4760(B)

commit 3f18c5046e633cc4bbad396b74c05d46d353033d upstream.

On JZ4760 and JZ4760B, SD cards fail to run if the maximum clock
rate is set to 50 MHz, even though the controller officially does
support it.

Until the actual bug is found and fixed, limit the maximum clock rate to
24 MHz.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20230131210229.68129-1-paul@crapouillou.net
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/host/jz4740_mmc.c