diff options
| author | Anshul Dalal <[email protected]> | 2026-03-13 15:11:44 +0530 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-03-27 10:56:01 +0100 |
| commit | 22037a6ebb32f9b0fa2159dc6d66be7ca38468e6 (patch) | |
| tree | a2a82c2377445b3991f26bc0de9aafec69967a99 | |
| parent | 155cd085616c2f3c274c4baf45a28723d08e6f6d (diff) | |
doc: board: ti: fix incorrect labels for boot switches
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 <[email protected]>
| -rw-r--r-- | doc/board/ti/am6254atl_sk.rst | 2 | ||||
| -rw-r--r-- | doc/board/ti/am62ax_sk.rst | 2 | ||||
| -rw-r--r-- | doc/board/ti/am62dx_evm.rst | 2 | ||||
| -rw-r--r-- | doc/board/ti/am62px_sk.rst | 4 | ||||
| -rw-r--r-- | 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 2fd00e88285..44dae4afc87 100644 --- a/doc/board/ti/am62px_sk.rst +++ b/doc/board/ti/am62px_sk.rst @@ -267,8 +267,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 2480733e2da..ef9425035cb 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 |
