Skip to content

Commit d824921

Browse files
jmentipraneethbajjuri
authored andcommitted
feat(linux): document the bootmodes supported by am62l
This patch documents the MMC bootmodes that are supported by am62l SoC in MMC-SD. Signed-off-by: Judith Mendez <[email protected]>
1 parent fd009f9 commit d824921

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Features
7878
- Support for both built-in and module mode
7979
- ext2/ext3/ext4 file system support
8080

81-
.. ifconfig:: CONFIG_part_family in ('AM62X_family', 'AM62AX_family', 'AM64X_family')
81+
.. ifconfig:: CONFIG_part_family in ('AM62X_family', 'AM62AX_family', 'AM64X_family', 'AM62LX_family')
8282

8383
The SD/MMC driver supports the following features:
8484

@@ -208,7 +208,7 @@ SD: Supported High Speed Modes
208208

209209
J721e-sk and AM68-sk does not support eMMC.
210210

211-
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM64X', 'AM62PX' )
211+
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM64X', 'AM62PX' ,'AM62LX')
212212

213213
* SD
214214

@@ -220,6 +220,7 @@ SD: Supported High Speed Modes
220220
AM62ax, Y, Y, Y, Y, Y
221221
am64x, Y, Y, Y, Y, Y
222222
am62px, Y, Y, Y, Y, Y
223+
am62lx, Y, Y, Y, Y, Y
223224

224225
* eMMC
225226

@@ -231,6 +232,7 @@ SD: Supported High Speed Modes
231232
AM62ax, Y, Y, N
232233
am64x, Y, Y, N
233234
am62px, Y, Y, Y
235+
am62lx, Y, Y, N
234236

235237
Driver Configuration
236238
********************
@@ -278,7 +280,7 @@ Driver Configuration
278280
modules will be loaded and any valid filesystem will be automatically mounted
279281
if they exist on the card.
280282

281-
.. ifconfig:: CONFIG_part_family in ('J7_family', 'AM62X_family', 'AM64X_family', 'AM62AX_family', 'AM62PX_family')
283+
.. ifconfig:: CONFIG_part_family in ('J7_family', 'AM62X_family', 'AM64X_family', 'AM62AX_family', 'AM62PX_family', 'AM62LX_family')
282284

283285
The default kernel configuration enables support for MMC/SD driver as
284286
built-in to kernel. TI SDHCI driver is used. Following options need to be

0 commit comments

Comments
 (0)