ARM: dts: msm: Add dma-buf heaps for kera-vm
Describe the available dma-buf memory pools on kera-vm. Change-Id: I6cecf2ae1fa00963d15eaaf0742f1990b35b8502 Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
25
qcom/kera-vm-dma-heaps.dtsi
Normal file
25
qcom/kera-vm-dma-heaps.dtsi
Normal file
@@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
|
||||
|
||||
&soc {
|
||||
qcom,dma-heaps {
|
||||
compatible = "qcom,dma-heaps";
|
||||
depends-on-supply = <&qcom_scm>;
|
||||
|
||||
qcom,tui {
|
||||
qcom,dma-heap-name = "qcom,tui";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
||||
qcom,dynamic-heap;
|
||||
};
|
||||
|
||||
qcom,tui_demura {
|
||||
qcom,dma-heap-name = "qcom,tui_demura";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
||||
qcom,dynamic-heap;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@@ -415,3 +415,4 @@
|
||||
};
|
||||
|
||||
#include "msm-arm-smmu-kera-vm.dtsi"
|
||||
#include "kera-vm-dma-heaps.dtsi"
|
||||
|
Reference in New Issue
Block a user