Files
u-boot/drivers
Jean-Jacques Hiblot a0276f3eee mmc: Fix bug in sd_set_card_speed()
After settings the speed of the sd with the switch command, a check is
done to make sure that the new speed has been set. The current check has a
masking error: speed are encoded on 4 bits only.
Fix it by masking the upper bits.

This fixes a problem seen with QEmu emulating a vexpress-a15.

Reported-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Tested-by: Jonathan Gray <jsg@jsg.id.au>
2018-02-19 16:59:21 +09:00
..
2018-02-13 23:24:22 -05:00
2018-01-26 12:38:13 +01:00
2018-01-26 20:02:33 +05:30
2018-02-13 12:52:47 +01:00
2018-02-17 21:59:22 +01:00
2018-02-04 12:00:58 +01:00
2018-02-19 16:59:21 +09:00
2017-11-06 09:51:01 -05:00
2018-01-26 12:38:13 +01:00
2018-02-04 12:00:58 +01:00
2017-06-01 07:03:10 -06:00
2018-02-13 23:01:44 -05:00