ARM: dts: msm: Update qseecom dma heap type for QCS610

Update qseecom dma heap type.

Change-Id: I174dda6574b94234d3e4dda46893f96cb689deb0
Signed-off-by: Venkata Talluri <quic_vtalluri@quicinc.com>
This commit is contained in:
Venkata Talluri
2025-05-28 00:34:27 +05:30
committed by Venkata Koteswararao Talluri
parent 9966cbd7e1
commit 2d4483a34f

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
*/
#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
@@ -24,7 +24,7 @@
qcom,qseecom { /* QSEECOM HEAP */
qcom,dma-heap-name = "qcom,qseecom";
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_mem>;
};