Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-seco-qcom
Manage
Activity
Members
Labels
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
qualcomm
linux-seco-qcom
Commits
10bff393
Commit
10bff393
authored
4 months ago
by
QCTECMDR Service
Committed by
Gerrit - the friendly Code Review server
4 months ago
Browse files
Options
Downloads
Plain Diff
Merge "PENDING: arm64: dts: qcom: sa8775p: Add dma heap for cdsp_secure_heap_mem"
parents
124c4f2b
4c3eddf9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm64/boot/dts/qcom/sa8775p-dma-heaps.dtsi
+6
-0
6 additions, 0 deletions
arch/arm64/boot/dts/qcom/sa8775p-dma-heaps.dtsi
arch/arm64/boot/dts/qcom/sa8775p.dtsi
+8
-0
8 additions, 0 deletions
arch/arm64/boot/dts/qcom/sa8775p.dtsi
with
14 additions
and
0 deletions
arch/arm64/boot/dts/qcom/sa8775p-dma-heaps.dtsi
+
6
−
0
View file @
10bff393
...
@@ -20,5 +20,11 @@ qcom,qseecom_ta {
...
@@ -20,5 +20,11 @@ qcom,qseecom_ta {
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_ta_mem>;
memory-region = <&qseecom_ta_mem>;
};
};
qcom,secure_cdsp {
qcom,dma-heap-name = "qcom,cma-secure-cdsp";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&cdsp_secure_heap>;
};
};
};
};
};
This diff is collapsed.
Click to expand it.
arch/arm64/boot/dts/qcom/sa8775p.dtsi
+
8
−
0
View file @
10bff393
...
@@ -1557,6 +1557,14 @@ cpucp_fw_mem: cpucp-fw@db200000 {
...
@@ -1557,6 +1557,14 @@ cpucp_fw_mem: cpucp-fw@db200000 {
reg = <0x0 0xdb200000 0x0 0x100000>;
reg = <0x0 0xdb200000 0x0 0x100000>;
no-map;
no-map;
};
};
cdsp_secure_heap: secure-cdsp-region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x2000000>;
};
};
};
smp2p-adsp {
smp2p-adsp {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment