]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: set rca to 1 for MMC cards
authorStephen Warren <swarren@nvidia.com>
Thu, 30 Jan 2014 23:11:12 +0000 (16:11 -0700)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Fri, 7 Feb 2014 15:34:06 +0000 (17:34 +0200)
commitdef816a2ba87c2a3507536e8cb226f0f85bdae2c
tree09ccfdaf2fbbdde830624887ab2b2f9bbf8863e9
parentdbf3de2dd26cae37d16b00b348828c883b658cc5
mmc: set rca to 1 for MMC cards

U-Boot currently sets MMC cards' RCA register to 0. This value is
reserved according to the specification. Use a value of 1 instead, just
like the Linux kernel.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
drivers/mmc/mmc.c