From 2356f0d9ac83da0bf28e267846b62449b6e5d79f Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Wed, 31 Jan 2024 17:31:46 -0800 Subject: [PATCH] ARM: dts: msm: Enable mem-buf driver on oemvm All transferring memory between tvm, oemvm and pvm. Change-Id: I2016350893bf79cfc09a22741dfa69627c795840 Signed-off-by: Patrick Daly --- qcom/pineapple-oemvm.dtsi | 11 ++++++++++- qcom/sun-oemvm.dtsi | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/qcom/pineapple-oemvm.dtsi b/qcom/pineapple-oemvm.dtsi index 9b32ee0e..197f9881 100644 --- a/qcom/pineapple-oemvm.dtsi +++ b/qcom/pineapple-oemvm.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include @@ -222,6 +222,15 @@ clock-frequency = <19200000>; }; + qcom,mem-buf { + compatible = "qcom,mem-buf"; + qcom,vmid = <49>; + }; + + qcom,mem-buf-msgq { + compatible = "qcom,mem-buf-msgq"; + }; + qcom,test-dbl-oemvm { compatible = "qcom,gh-dbl"; qcom,label = <0x5>; diff --git a/qcom/sun-oemvm.dtsi b/qcom/sun-oemvm.dtsi index 860c6042..6eef6be5 100644 --- a/qcom/sun-oemvm.dtsi +++ b/qcom/sun-oemvm.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include @@ -231,6 +231,15 @@ clock-frequency = <19200000>; }; + qcom,mem-buf { + compatible = "qcom,mem-buf"; + qcom,vmid = <49>; + }; + + qcom,mem-buf-msgq { + compatible = "qcom,mem-buf-msgq"; + }; + qcom,test-dbl-oemvm { compatible = "qcom,gh-dbl"; qcom,label = <0x5>;