Skip to content
Commit fbf6a5fc authored by Dave Liu's avatar Dave Liu Committed by Pierre Ossman
Browse files

sdhci-of: Fix the wrong accessor to HOSTVER register



Freescale eSDHC controller has the special order for
the HOST version register. that is not same as the other's
registers. The address of HOSTVER in spec is 0xFE, and
we need use the in_be16(0xFE) to access it, not in_be16(0xFC).

Signed-off-by: default avatarDave Liu <daveliu@freescale.com>
Acked-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: default avatarPierre Ossman <pierre@ossman.eu>
parent a6d297f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment