ARM: dts: msm: Add our DMA-BUF heaps DT node

Add  the base DT node for our DMA-BUF heaps driver so that it can
probe.

Change-Id: I1562e0c45d93fc08ab54371b14c34d493a297de5
This commit is contained in:
Sukadev Bhattiprolu
2022-07-07 17:11:48 -07:00
parent de6080ae92
commit fd73d3d799
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
&soc {
qcom,dma-heaps {
compatible = "qcom,dma-heaps";
};
};

View File

@@ -1352,7 +1352,7 @@
#include "msm-arm-smmu-cinder.dtsi"
#include "cinder-qupv3.dtsi"
#include "cinder-usb.dtsi"
#include "cinder-dma-heaps.dtsi"
&qupv3_se7_2uart {
status = "ok";