From: Bjorn Andersson Date: Wed, 11 Oct 2017 05:08:57 +0000 (-0700) Subject: arm64: dts: msm8916: Mark rmtfs node as qcom, rmtfs-mem compatible X-Git-Tag: v4.15-rc1~75^2~38^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cd00d5a43982417d0671f94af933ad3be2f3be9;p=thirdparty%2Flinux.git arm64: dts: msm8916: Mark rmtfs node as qcom, rmtfs-mem compatible Now that we have a binding defined for the shared file system memory use this to describe the rmtfs memory region. Signed-off-by: Bjorn Andersson Signed-off-by: Andy Gross --- diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index 6fa051a9758e8..e16ba83345181 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -69,8 +69,11 @@ }; rmtfs@86700000 { + compatible = "qcom,rmtfs-mem"; reg = <0x0 0x86700000 0x0 0xe0000>; no-map; + + qcom,client-id = <1>; }; rfsa@867e00000 {