forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commitdbe7dc6
mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
Certain Micron eMMC v4.5 cards might get broken when HPI feature is usedand hence this patch disables the HPI feature for such buggy cards.In U-Boot, these cards are reported asManufacturer: Micron (ID: 0xFE)OEM: 0x4EName: MMC32GRevision: 19 (0x13)Serial: 959241022 Manufact. date: 8/2015 (0x82) CRC: 0x00Tran Speed: 52000000Rd Block Len: 512MMC version 4.5High Capacity: YesCapacity: 29.1 GiBBoot Partition Size: 16 MiBBus Width: 8-bitAccording to JEDEC JEP106 manufacturer 0xFE is Numonyx, which was bought byMicron.Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>Signed-off-by: Mark Craske <Mark_Craske@mentor.com>Cc: <stable@vger.kernel.org> # 4.8+Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>1 parente22842d commitdbe7dc6
2 files changed
+7
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
85 | 86 |
| |
86 | 87 |
| |
87 | 88 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 |
| |
113 | 119 |
| |
114 | 120 |
| |
|
0 commit comments
Comments
(0)