From c4eac005a52e56b63d6faa2cae10651eeec0ad63 Mon Sep 17 00:00:00 2001 From: Richard Patrick Date: Wed, 3 Nov 2021 17:38:42 -0700 Subject: [PATCH] ARM: dts: msm: enable rmtfs module Add rmtfs properties to enable remote storage access module. Change-Id: Ifc5991a7be17cef96afab3e7c50c51225a2d6b2b --- qcom/kalama.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/kalama.dtsi b/qcom/kalama.dtsi index a13fdcf2..4913120a 100644 --- a/qcom/kalama.dtsi +++ b/qcom/kalama.dtsi @@ -1468,6 +1468,13 @@ hwlocks = <&tcsr_mutex 3>; }; + qcom,rmtfs_sharedmem@0 { + compatible = "qcom,sharedmem-uio"; + reg = <0x0 0x280000>; + reg-names = "rmtfs"; + qcom,client-id = <0x00000001>; + }; + aoss_qmp: power-controller@c300000 { compatible = "qcom,kalama-aoss-qmp"; reg = <0xc300000 0x400>;