From 540da0c63caed3d302483bda99f1f2f3d90f6512 Mon Sep 17 00:00:00 2001 From: Swetha Chikkaboraiah Date: Tue, 13 Sep 2022 11:00:10 +0530 Subject: [PATCH] ARM: dts: msm: Add the mem-buf device for Khaje Add the mem-buf device node for the mem-buf driver on Khaje to ensure that the device files used for securing memory for endpoints can be created. Change-Id: Ia06865a31db23169efbcbff668a0dfc8eaadc86c --- qcom/khaje.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qcom/khaje.dtsi b/qcom/khaje.dtsi index 2f88f20f..1d609566 100644 --- a/qcom/khaje.dtsi +++ b/qcom/khaje.dtsi @@ -2723,6 +2723,16 @@ compatible = "qcom,logbuf-vendor-hooks"; }; + qcom,mem-buf { + compatible = "qcom,mem-buf"; + qcom,vmid = <3>; + qcom,mem-buf-capabilities = "supplier"; + }; + + qcom,mem-buf-msgq { + compatible = "qcom,mem-buf-msgq"; + }; + clocks { xo_board: xo_board { compatible = "fixed-clock";