]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: dts: msm8916: Mark rmtfs node as qcom, rmtfs-mem compatible
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 11 Oct 2017 05:08:57 +0000 (22:08 -0700)
committerAndy Gross <andy.gross@linaro.org>
Thu, 12 Oct 2017 04:57:05 +0000 (23:57 -0500)
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 <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 6fa051a9758e83c29b6672110fed46aee0d6888d..e16ba83345181b365a3b9fb60172409a2875c85a 100644 (file)
                };
 
                rmtfs@86700000 {
+                       compatible = "qcom,rmtfs-mem";
                        reg = <0x0 0x86700000 0x0 0xe0000>;
                        no-map;
+
+                       qcom,client-id = <1>;
                };
 
                rfsa@867e00000 {