OSDN Git Service

ARM: dts: msm: update rmtfs shared memory address for SDM660/630
authorSahitya Tummala <stummala@codeaurora.org>
Fri, 23 Jun 2017 06:03:36 +0000 (11:33 +0530)
committerSahitya Tummala <stummala@codeaurora.org>
Wed, 28 Jun 2017 11:14:22 +0000 (16:44 +0530)
Use reserved memory as shared memory between apps and modem for
writing modem data using rmt_storage service on apps.

Change-Id: I0e5bc8b1e3dbe2f8d49686894667b4a6ee1a3529
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
arch/arm/boot/dts/qcom/sdm630.dtsi
arch/arm/boot/dts/qcom/sdm660.dtsi

index 95f28d7..09528da 100644 (file)
                };
        };
 
-       qcom,rmtfs_sharedmem@0 {
+       qcom,rmtfs_sharedmem@85e00000 {
                compatible = "qcom,sharedmem-uio";
-               reg = <0x0 0x200000>;
+               reg = <0x85e00000 0x200000>;
                reg-names = "rmtfs";
                qcom,client-id = <0x00000001>;
        };
index a1714be..0a0350c 100644 (file)
                };
        };
 
-       qcom,rmtfs_sharedmem@0 {
+       qcom,rmtfs_sharedmem@85e00000 {
                compatible = "qcom,sharedmem-uio";
-               reg = <0x0 0x200000>;
+               reg = <0x85e00000 0x200000>;
                reg-names = "rmtfs";
                qcom,client-id = <0x00000001>;
        };