board: ti: rm-cfg: Update rm-cfg to reflect new resource reservation

With the latest TIFS firmware, an additional virtual interrupt and
event is reserved for TIFS usage on am62x and am62ax devices.

Update the rm-cfg to reflect this new reservation.

Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
This commit is contained in:
Vishal Mahaveer 2024-02-20 14:39:44 -06:00 committed by Tom Rini
parent 333031011c
commit 87720385ab
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/ # Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
# #
# Resource management configuration for AM62A # Resource management configuration for AM62A
# #
@ -519,13 +519,13 @@ rm-cfg:
reserved: 0 reserved: 0
- -
start_resource: 44 start_resource: 44
num_resource: 36 num_resource: 35
type: 1802 type: 1802
host_id: 35 host_id: 35
reserved: 0 reserved: 0
- -
start_resource: 44 start_resource: 44
num_resource: 36 num_resource: 35
type: 1802 type: 1802
host_id: 36 host_id: 36
reserved: 0 reserved: 0
@ -567,7 +567,7 @@ rm-cfg:
reserved: 0 reserved: 0
- -
start_resource: 1038 start_resource: 1038
num_resource: 498 num_resource: 497
type: 1805 type: 1805
host_id: 128 host_id: 128
reserved: 0 reserved: 0

View File

@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/ # Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
# #
# Resource management configuration for AM62X # Resource management configuration for AM62X
# #
@ -513,13 +513,13 @@ rm-cfg:
reserved: 0 reserved: 0
- -
start_resource: 44 start_resource: 44
num_resource: 36 num_resource: 35
type: 1802 type: 1802
host_id: 35 host_id: 35
reserved: 0 reserved: 0
- -
start_resource: 44 start_resource: 44
num_resource: 36 num_resource: 35
type: 1802 type: 1802
host_id: 36 host_id: 36
reserved: 0 reserved: 0
@ -555,7 +555,7 @@ rm-cfg:
reserved: 0 reserved: 0
- -
start_resource: 909 start_resource: 909
num_resource: 627 num_resource: 626
type: 1805 type: 1805
host_id: 128 host_id: 128
reserved: 0 reserved: 0