ARM: dts: msm: Add tui_demura heap for sun-vm

The tui_demura heap will be used by display on sun-vm.

Change-Id: Ic99e7cfef111e3e289ad2d056b0eea463d6af1fe
Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
Patrick Daly
2024-03-28 19:48:26 -07:00
parent 6a9d9efc0a
commit 81a639270a

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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 <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h> #include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
@@ -15,6 +15,12 @@
qcom,dynamic-heap; qcom,dynamic-heap;
}; };
qcom,tui_demura {
qcom,dma-heap-name = "qcom,tui_demura";
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap;
};
qcom,ms1 { qcom,ms1 {
qcom,dma-heap-name = "qcom,ms1"; qcom,dma-heap-name = "qcom,ms1";
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>; qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;