Skip to content

Commit 22b9722

Browse files
jmentipraneethbajjuri
authored andcommitted
feat(linux): Fix am62l supported boot modes
Device am62lx does not currently support UHS modes due to missing bench characterization numbers missing. Document this in MMC-SD. This shall be updated later once we have added UHS support for am62lx. While we are here, fix the order of hs modes displayed to match the table for eMMC. Signed-off-by: Judith Mendez <[email protected]>
1 parent ad70655 commit 22b9722

File tree

1 file changed

+2
-2
lines changed
  • source/linux/Foundational_Components/Kernel/Kernel_Drivers/Storage

1 file changed

+2
-2
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,14 @@ SD: Supported High Speed Modes
215215
* SD
216216

217217
.. csv-table::
218-
:header: "Platform", "SDR104", "DDR50", "SDR50", "SDR25", "SDR12"
218+
:header: "Platform", "SDR12", "SDR25", "SDR50", "DDR50", "SDR104"
219219
:widths: auto
220220

221221
AM62*, Y, Y, Y, Y, Y
222222
AM62ax, Y, Y, Y, Y, Y
223223
am64x, Y, Y, Y, Y, Y
224224
am62px, Y, Y, Y, Y, Y
225-
am62lx, Y, Y, Y, Y, Y
225+
am62lx, N, N, N, N, N
226226

227227
* eMMC
228228

0 commit comments

Comments
 (0)