ARM: dts: msm: Add dma-buf heaps for sun-vm
Describe the available dma-buf memory pools on sun-vm. Change-Id: I205b826849f36078d05a92492238d80a884aa65a Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
35
qcom/sun-vm-dma-heaps.dtsi
Normal file
35
qcom/sun-vm-dma-heaps.dtsi
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 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";
|
||||||
|
|
||||||
|
qcom,tui {
|
||||||
|
qcom,dma-heap-name = "qcom,tui";
|
||||||
|
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>;
|
||||||
|
qcom,dynamic-heap;
|
||||||
|
};
|
||||||
|
|
||||||
|
qcom,ms1 {
|
||||||
|
qcom,dma-heap-name = "qcom,ms1";
|
||||||
|
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>;
|
||||||
|
qcom,dynamic-heap;
|
||||||
|
};
|
||||||
|
|
||||||
|
qcom,ms2 {
|
||||||
|
qcom,dma-heap-name = "qcom,ms2";
|
||||||
|
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>;
|
||||||
|
qcom,dynamic-heap;
|
||||||
|
};
|
||||||
|
|
||||||
|
qcom,ms3 {
|
||||||
|
qcom,dma-heap-name = "qcom,ms3";
|
||||||
|
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>;
|
||||||
|
qcom,dynamic-heap;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
@@ -225,3 +225,4 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
#include "msm-arm-smmu-sun-vm.dtsi"
|
#include "msm-arm-smmu-sun-vm.dtsi"
|
||||||
|
#include "sun-vm-dma-heaps.dtsi"
|
||||||
|
Reference in New Issue
Block a user