Merge "ARM: dts: msm: add reserved mem for secure_etr" into kernel.lnx.6.6.r1-rel

This commit is contained in:
Linux Build Service Account
2024-12-28 10:04:30 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 7 additions and 0 deletions

View File

@@ -2302,6 +2302,7 @@
real-name = "coresight-tmc-etr1"; real-name = "coresight-tmc-etr1";
qdss,buffer-size = <0x2000000>; qdss,buffer-size = <0x2000000>;
qcom,secure-component; qcom,secure-component;
memory-region = <&qdss_apps_mem>;
coresight-csr = <&csr>; coresight-csr = <&csr>;
csr-atid-offset = <0x108>; csr-atid-offset = <0x108>;
csr-irqctrl-offset = <0x70>; csr-irqctrl-offset = <0x70>;

View File

@@ -117,6 +117,12 @@
reg = <0x0 0x82700000 0x0 0x100000>; reg = <0x0 0x82700000 0x0 0x100000>;
}; };
qdss_apps_mem: qdss_apps_region@82800000 {
compatible = "shared-dma-pool";
reg = <0x0 0x82800000 0x0 0x2000000>;
reusable;
};
dsm_partition_1_mem: dsm_partition_1_region@84a00000 { dsm_partition_1_mem: dsm_partition_1_region@84a00000 {
no-map; no-map;
reg = <0x0 0x84a00000 0x0 0x3700000>; reg = <0x0 0x84a00000 0x0 0x3700000>;