diff options
| author | Sparsh Kumar <[email protected]> | 2026-02-25 18:54:24 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-13 14:57:21 -0600 |
| commit | 73b8caf965b9c0ff73d89456033f72611f26f040 (patch) | |
| tree | 1b8a738952cdf38eee2ea402052e1b6873ce48ae /board/phytec | |
| parent | 64ebab10b5eaebce34d455201581216fb72a8ecc (diff) | |
board: phytec: phycore_am62ax: rm-cfg: Update rm-cfg to reflect new resource reservation
With the latest v11.02.09 TIFS firmware, an additional
virtual interrupt and event is reserved for MCU cores
to DM usage on am62ax devices.
Update the rm-cfg to reflect this new reservation.
Signed-off-by: Sparsh Kumar <[email protected]>
Diffstat (limited to 'board/phytec')
| -rw-r--r-- | board/phytec/phycore_am62ax/rm-cfg.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/phycore_am62ax/rm-cfg.yaml b/board/phytec/phycore_am62ax/rm-cfg.yaml index 0f34b8c1bc0..38bcd46e7e7 100644 --- a/board/phytec/phycore_am62ax/rm-cfg.yaml +++ b/board/phytec/phycore_am62ax/rm-cfg.yaml @@ -567,7 +567,7 @@ rm-cfg: reserved: 0 - start_resource: 1038 - num_resource: 497 + num_resource: 496 type: 1805 host_id: 128 reserved: 0 |
