[coreboot-gerrit] Change in coreboot[master]: include/device: Fix MMC voltage mask

Lee Leahy (Code Review) gerrit at coreboot.org
Mon Mar 27 21:40:00 CEST 2017


Lee Leahy has uploaded a new change for review. ( https://review.coreboot.org/19011 )

Change subject: include/device: Fix MMC voltage mask
......................................................................

include/device: Fix MMC voltage mask

Add the missing voltage (MMC_VDD_35_36) into the voltage mask.

TEST=None

Change-Id: I30c4e8e47dfa34a5504feae016ad9b43e8bccc3b
Signed-off-by: Lee Leahy <Leroy.P.Leahy at intel.com>
---
M src/include/device/mmc.h
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/19011/1

diff --git a/src/include/device/mmc.h b/src/include/device/mmc.h
index afc3cf2..1ded529 100644
--- a/src/include/device/mmc.h
+++ b/src/include/device/mmc.h
@@ -113,7 +113,7 @@
 
 #define OCR_BUSY		0x80000000
 #define OCR_HCS			0x40000000
-#define OCR_VOLTAGE_MASK	0x007FFF80
+#define OCR_VOLTAGE_MASK	0x00FFFF80
 #define OCR_ACCESS_MODE		0x60000000
 
 #define SECURE_ERASE		0x80000000

-- 
To view, visit https://review.coreboot.org/19011
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I30c4e8e47dfa34a5504feae016ad9b43e8bccc3b
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Lee Leahy <leroy.p.leahy at intel.com>



More information about the coreboot-gerrit mailing list