[PATCH] doc: board: ti: fix incorrect labels for boot switches

Anshul Dalal anshuld at ti.com
Fri Mar 13 10:41:44 CET 2026


The labels for the boot mode switches were incorreclty documented for
some TI boards, this patch fixes them as per the official user guides
linked below:

  AM62x     https://www.ti.com/lit/ug/spruj40e/spruj40e.pdf
  AM62dx    https://www.ti.com/lit/ug/sprujg2/sprujg2.pdf
  AM62ax    https://www.ti.com/lit/ug/spruj66b/spruj66b.pdf
  AM62px    https://www.ti.com/lit/ug/spruj40e/spruj40e.pdf
  AM6254atl https://www.ti.com/lit/ug/spruja1a/spruja1a.pdf

Signed-off-by: Anshul Dalal <anshuld at ti.com>
---
 doc/board/ti/am6254atl_sk.rst | 2 +-
 doc/board/ti/am62ax_sk.rst    | 2 +-
 doc/board/ti/am62dx_evm.rst   | 2 +-
 doc/board/ti/am62px_sk.rst    | 4 ++--
 doc/board/ti/am62x_sk.rst     | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/board/ti/am6254atl_sk.rst b/doc/board/ti/am6254atl_sk.rst
index 7776ffb14cb..18a3520b39c 100644
--- a/doc/board/ti/am6254atl_sk.rst
+++ b/doc/board/ti/am6254atl_sk.rst
@@ -236,7 +236,7 @@ https://www.ti.com/lit/pdf/spruiv7 under the `Boot Mode Pins` section.
 
    * - Switch Label
      - SW2: 12345678
-     - SW3: 12345678
+     - SW1: 12345678
 
    * - SD
      - 01000000
diff --git a/doc/board/ti/am62ax_sk.rst b/doc/board/ti/am62ax_sk.rst
index 8eeb90a271b..6f3432f7895 100644
--- a/doc/board/ti/am62ax_sk.rst
+++ b/doc/board/ti/am62ax_sk.rst
@@ -162,8 +162,8 @@ https://www.ti.com/lit/pdf/spruj16 under the `Boot Mode Pins` section.
    :header-rows: 1
 
    * - Switch Label
-     - SW2: 12345678
      - SW3: 12345678
+     - SW2: 12345678
 
    * - SD
      - 01000000
diff --git a/doc/board/ti/am62dx_evm.rst b/doc/board/ti/am62dx_evm.rst
index 2d66241ce68..0d12e3ec147 100644
--- a/doc/board/ti/am62dx_evm.rst
+++ b/doc/board/ti/am62dx_evm.rst
@@ -173,8 +173,8 @@ https://www.ti.com/lit/pdf/sprujd4 under the `Boot Mode Pins` section.
    :header-rows: 1
 
    * - Switch Label
+     - SW1: 12345678
      - SW2: 12345678
-     - SW3: 12345678
 
    * - SD
      - 01000000
diff --git a/doc/board/ti/am62px_sk.rst b/doc/board/ti/am62px_sk.rst
index da70cd58095..c97042d09f1 100644
--- a/doc/board/ti/am62px_sk.rst
+++ b/doc/board/ti/am62px_sk.rst
@@ -265,8 +265,8 @@ https://www.ti.com/lit/pdf/spruj83 under the `Boot Mode Pins` section.
    :header-rows: 1
 
    * - Switch Label
-     - SW2: 12345678
-     - SW3: 12345678
+     - SW5: 12345678
+     - SW4: 12345678
 
    * - SD
      - 01000000
diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst
index b50fff87506..cf49508d10e 100644
--- a/doc/board/ti/am62x_sk.rst
+++ b/doc/board/ti/am62x_sk.rst
@@ -283,7 +283,7 @@ https://www.ti.com/lit/pdf/spruiv7 under the `Boot Mode Pins` section.
 
    * - Switch Label
      - SW2: 12345678
-     - SW3: 12345678
+     - SW1: 12345678
 
    * - SD
      - 01000000

---
base-commit: 9f1059bc735ec2a8d78c1f3e4fcab1fa3f428317
change-id: 20260313-boot_mode_switch_doc_fix-cb305434a42e

Best regards,
-- 
Anshul Dalal <anshuld at ti.com>



More information about the U-Boot mailing list