]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: ti: am62dx: Separate resource management config from am62ax
authorParesh Bhagat <p-bhagat@ti.com>
Wed, 25 Mar 2026 07:08:04 +0000 (12:38 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 7 Apr 2026 21:26:17 +0000 (15:26 -0600)
commitb7caaaef86beb8f87cc12cc13501efc4da832002
tree4b82a49ecb8710e5b891cbb0342c48a76bfeb3a7
parenta724ec74947522a4424876aac9cb60ee8d2e49a6
board: ti: am62dx: Separate resource management config from am62ax

AM62d currently shares resource management configuration files with
AM62a. However, AM62a resource management needs to be modified for DMA
resource sharing scheme for CPSW3G Ethernet functionality to support
multi-core traffic handling.

Add separate AM62d-specific resource management configuration files to
decouple from the AM62a changes and maintain proper resource allocation
for AM62d.

Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
arch/arm/dts/k3-am62d-evm-binman.dtsi
board/ti/am62dx/rm-cfg.yaml [new file with mode: 0644]
board/ti/am62dx/tifs-rm-cfg.yaml [new file with mode: 0644]