diff options
| author | Randolph Sapp <rs@ti.com> | 2026-07-30 18:13:40 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-08-14 12:17:23 -0600 |
| commit | 8841b7b292c74864acf4ed0bd8ce05839252c1f2 (patch) | |
| tree | 27c46226be6f5a7aff8a5472f66eeff77da36fb5 | |
| parent | cf51beb755939728b119a8762b06b6c186f53429 (diff) | |
| download | u-boot-8841b7b292c74864acf4ed0bd8ce05839252c1f2.tar.gz u-boot-8841b7b292c74864acf4ed0bd8ce05839252c1f2.zip | |
board: beagle: beagleplay: rm-cfg: resync with am62x
Apparently this wasn't being kept in sync properly. Commit 2a64978fa89a
("board: beagle: beagleplay: rm-cfg: Update rm-cfg to reflect new
resource reservation"), which was supposed to be equivalent to
7f9c2a6f7be7 ("board: ti: rm-cfg: Update rm-cfg to reflect new resource
reservation") was subtly different to work around this.
This file was missing the following commits:
87720385ab69 ("board: ti: rm-cfg: Update rm-cfg to reflect new resource reservation")
ef756f1bcd2c ("board: ti: am62x/am62ax: Update MCU GPIO interrupt allocation in board config")
Signed-off-by: Randolph Sapp <rs@ti.com>
| -rw-r--r-- | board/beagle/beagleplay/rm-cfg.yaml | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/board/beagle/beagleplay/rm-cfg.yaml b/board/beagle/beagleplay/rm-cfg.yaml index aa999c2ef67..a7035dc0bd9 100644 --- a/board/beagle/beagleplay/rm-cfg.yaml +++ b/board/beagle/beagleplay/rm-cfg.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+ -# Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/ +# Copyright (C) 2022-2026 Texas Instruments Incorporated - https://www.ti.com/ # -# Resource management configuration for AM62 +# Resource management configuration for AM62X # --- @@ -244,7 +244,7 @@ rm-cfg: subhdr: magic: 0x7B25 size: 8 - resasg_entries_size: 960 + resasg_entries_size: 976 reserved: 0 resasg_entries: - @@ -285,11 +285,23 @@ rm-cfg: reserved: 0 - start_resource: 0 - num_resource: 4 + num_resource: 2 type: 320 host_id: 12 reserved: 0 - + start_resource: 2 + num_resource: 2 + type: 320 + host_id: 35 + reserved: 0 + - + start_resource: 2 + num_resource: 2 + type: 320 + host_id: 36 + reserved: 0 + - start_resource: 4 num_resource: 4 type: 320 @@ -501,13 +513,13 @@ rm-cfg: reserved: 0 - start_resource: 44 - num_resource: 36 + num_resource: 35 type: 1802 host_id: 35 reserved: 0 - start_resource: 44 - num_resource: 36 + num_resource: 35 type: 1802 host_id: 36 reserved: 0 @@ -543,7 +555,7 @@ rm-cfg: reserved: 0 - start_resource: 909 - num_resource: 626 + num_resource: 625 type: 1805 host_id: 128 reserved: 0 |
