From fd73d3d7996d1e10bec97ec3c8affad1a12178fe Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu Date: Thu, 7 Jul 2022 17:11:48 -0700 Subject: [PATCH] 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 --- qcom/cinder-dma-heaps.dtsi | 8 ++++++++ qcom/cinder.dtsi | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 qcom/cinder-dma-heaps.dtsi diff --git a/qcom/cinder-dma-heaps.dtsi b/qcom/cinder-dma-heaps.dtsi new file mode 100644 index 00000000..ebb9b1d8 --- /dev/null +++ b/qcom/cinder-dma-heaps.dtsi @@ -0,0 +1,8 @@ +#include + +&soc { + qcom,dma-heaps { + compatible = "qcom,dma-heaps"; + + }; +}; diff --git a/qcom/cinder.dtsi b/qcom/cinder.dtsi index ef96025d..c0d37de5 100644 --- a/qcom/cinder.dtsi +++ b/qcom/cinder.dtsi @@ -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";