Files
android_kernel_samsung_sm87…/qcom/waipio-vm-dma-heaps.dtsi
Saranya R e67dc19200 ARM: dts: msm: Update qcom,dma-heap-type for waipio vm
Update qcom,dma-heap-type for waipio vm.

Change-Id: Ic940af23b644f61242c5c5a17de9fc986fc80e9c
Signed-off-by: Saranya R <quic_sarar@quicinc.com>
2024-09-25 12:28:25 +05:30

19 lines
378 B
Plaintext

// 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";
qcom,tui {
qcom,dma-heap-name = "qcom,tui";
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap;
};
};
};