Skip to content

Commit ecc61a2

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sm6115: Add RMTFS
Add a node for RMTFS and associate it with MSA and NAV IDs to enable modem functionality on SM6115. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230406-topic-lenovo_features-v2-2-625d7cb4a944@linaro.org
1 parent 8b0ac59 commit ecc61a2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sm6115.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <dt-bindings/clock/qcom,sm6115-gpucc.h>
99
#include <dt-bindings/clock/qcom,rpmcc.h>
1010
#include <dt-bindings/dma/qcom-gpi.h>
11+
#include <dt-bindings/firmware/qcom,scm.h>
1112
#include <dt-bindings/gpio/gpio.h>
1213
#include <dt-bindings/interrupt-controller/arm-gic.h>
1314
#include <dt-bindings/power/qcom-rpmpd.h>
@@ -290,6 +291,15 @@
290291
reg = <0x0 0x60000000 0x0 0x3900000>;
291292
no-map;
292293
};
294+
295+
rmtfs_mem: memory@89b01000 {
296+
compatible = "qcom,rmtfs-mem";
297+
reg = <0x0 0x89b01000 0x0 0x200000>;
298+
no-map;
299+
300+
qcom,client-id = <1>;
301+
qcom,vmid = <QCOM_SCM_VMID_MSS_MSA QCOM_SCM_VMID_NAV>;
302+
};
293303
};
294304

295305
rpm-glink {

0 commit comments

Comments
 (0)