summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorParesh Bhagat <[email protected]>2026-03-25 12:38:04 +0530
committerTom Rini <[email protected]>2026-04-07 15:26:17 -0600
commitb7caaaef86beb8f87cc12cc13501efc4da832002 (patch)
tree4b82a49ecb8710e5b891cbb0342c48a76bfeb3a7 /arch
parenta724ec74947522a4424876aac9cb60ee8d2e49a6 (diff)
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 <[email protected]> Reviewed-by: Anshul Dalal <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/k3-am62d-evm-binman.dtsi16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/dts/k3-am62d-evm-binman.dtsi b/arch/arm/dts/k3-am62d-evm-binman.dtsi
index 41c8746cf08..423b599dee7 100644
--- a/arch/arm/dts/k3-am62d-evm-binman.dtsi
+++ b/arch/arm/dts/k3-am62d-evm-binman.dtsi
@@ -11,10 +11,6 @@
config = "board/ti/am62ax/board-cfg.yaml";
};
-&rcfg_yaml {
- config = "board/ti/am62ax/rm-cfg.yaml";
-};
-
&scfg_yaml {
config = "board/ti/am62ax/sec-cfg.yaml";
};
@@ -35,18 +31,10 @@
config = "board/ti/am62ax/pm-cfg.yaml";
};
-&rcfg_yaml_tifs {
- config = "board/ti/am62ax/tifs-rm-cfg.yaml";
-};
-
&pcfg_yaml_dm {
config = "board/ti/am62ax/pm-cfg.yaml";
};
-&rcfg_yaml_dm {
- config = "board/ti/am62ax/rm-cfg.yaml";
-};
-
&bcfg_yaml_sysfw {
config = "board/ti/am62ax/board-cfg.yaml";
};
@@ -59,10 +47,6 @@
config = "board/ti/am62ax/pm-cfg.yaml";
};
-&rcfg_yaml_sysfw {
- config = "board/ti/am62ax/rm-cfg.yaml";
-};
-
#endif
#ifdef CONFIG_TARGET_AM62D2_A53_EVM