From 37bc9279424db39ec1c6a1ed155988e8a5faf4a2 Mon Sep 17 00:00:00 2001 From: Chris Goldsworthy Date: Mon, 7 Jun 2021 08:41:31 -0700 Subject: [PATCH] dt-bindings: Add missing heap type in the DMA-BUF Heap bindings Add the HEAP_TYPE_CARVEOUT type for the qcom,dma-heap-type property. Change-Id: Idce7c3738dd7d49841992360aecd397520ecc759 --- bindings/arm/msm/qcom_dma_heap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/arm/msm/qcom_dma_heap.yaml b/bindings/arm/msm/qcom_dma_heap.yaml index 05fef3a2..cdea124b 100644 --- a/bindings/arm/msm/qcom_dma_heap.yaml +++ b/bindings/arm/msm/qcom_dma_heap.yaml @@ -39,6 +39,7 @@ patternProperties: items: - enum: - HEAP_TYPE_SECURE_CARVEOUT + - HEAP_TYPE_CARVEOUT - HEAP_TYPE_CMA description: | The heap type to use for this heap.