mmc: Allow forward compatibility for eMMC
authorRomain Izard <romain.izard.pro@gmail.com>
Tue, 3 Nov 2015 08:33:28 +0000 (16:33 +0800)
committerShawn Lin <shawn.lin@rock-chips.com>
Wed, 4 Nov 2015 01:45:30 +0000 (09:45 +0800)
commit6a6bfd15dfe4cfd2e9a99c47ee28a68101d153bd
treea597bb284b32429c8ec509f607ca6ef80e4cb422
parent8777e58b883e62f97d735b1e0010e1cc3f60cdd4
mmc: Allow forward compatibility for eMMC

As stated by the eMMC 5.0 specification, a chip should not be rejected
only because of the revision stated in the EXT_CSD_REV field of the
EXT_CSD register.

Remove the control on this value, the control of the CSD_STRUCTURE field
should be sufficient to reject future incompatible changes.

Change-Id: Ib69314bee902a4036183ef9a3565d9f0423ec971
Signed-off-by: Romain Izard <romain.izard.pro@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
drivers/mmc/core/mmc.c