Merge "ARM: dts: msm: update rmtfs shared memory address for SDM660/630"

This commit is contained in:
Linux Build Service Account 2017-06-28 20:09:03 -07:00 committed by Gerrit - the friendly Code Review server
commit f244955097
2 changed files with 4 additions and 4 deletions

View file

@ -1280,9 +1280,9 @@
};
};
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>;
};

View file

@ -1511,9 +1511,9 @@
};
};
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>;
};