]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: qcs615: Add Command DB support
authorLijuan Gao <quic_lijuang@quicinc.com>
Fri, 21 Feb 2025 07:39:57 +0000 (15:39 +0800)
committerBjorn Andersson <andersson@kernel.org>
Tue, 4 Mar 2025 04:54:17 +0000 (22:54 -0600)
Command DB is a database in the shared memory of QCOM SoCs, that
provides a mapping between resource key and the resource address for a
system resource managed by a remote processor. The data is stored in a
shared memory region and is loaded by the remote processor. Therefore,
enabling Command DB ensures that those resources function properly.

Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
Link: https://lore.kernel.org/r/20250221-add_command_db_support-v1-1-d60acbf913aa@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcs615.dtsi

index f4abfad474ea62dea13d05eb874530947e1e8d3e..4e060ce68e6ca506c6a6fb6fc5d5e1a9837282e4 100644 (file)
                #size-cells = <2>;
                ranges;
 
+               aop_cmd_db_mem: aop-cmd-db@85f20000 {
+                       compatible = "qcom,cmd-db";
+                       reg = <0x0 0x85f20000 0x0 0x20000>;
+                       no-map;
+               };
+
                smem_region: smem@86000000 {
                        compatible = "qcom,smem";
                        reg = <0x0 0x86000000 0x0 0x200000>;