]> git.baikalelectronics.ru Git - uboot.git/commit
Nokia RX-51: Fix crashing in U-Boot mmc function omap_hsmmc_stop_clock()
authorPali Rohár <pali@kernel.org>
Sat, 31 Oct 2020 16:32:46 +0000 (17:32 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Sun, 15 Nov 2020 09:59:40 +0000 (15:29 +0530)
commit7e9fc2e3cadbd447d7c0d94646be98b7f9e4ac0a
tree6a2519bfe5475f1e725574261099911f3949baff
parentac630f251945ab7098ce7ef886b9998808e68cf6
Nokia RX-51: Fix crashing in U-Boot mmc function omap_hsmmc_stop_clock()

After commit 758c2e9fe5d6 ("mmc: disable UHS modes if Vcc cannot be
switched on and off") U-Boot started crashing on Nokia RX-51 while
initializing mmc and caused reboot loop.

It looks like that some clocks were not enabled and this patch fixes U-Boot
mmc crash.

Signed-off-by: Pali Rohár <pali@kernel.org>
Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
board/nokia/rx51/rx51.c