From bcfd6660958a2dce31d3c39c54fb7c60ceed0e11 Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Fri, 2 Jun 2023 15:49:14 -0700 Subject: [PATCH] ARM: dts: msm: Add dma-heap device for sun Create the system heap device for sun. Change-Id: I7bbf10092c10149583b77f41b0b02e44a77d8263 Signed-off-by: Patrick Daly --- qcom/sun-dma-heaps.dtsi | 13 +++++++++++++ qcom/sun.dtsi | 1 + 2 files changed, 14 insertions(+) create mode 100644 qcom/sun-dma-heaps.dtsi diff --git a/qcom/sun-dma-heaps.dtsi b/qcom/sun-dma-heaps.dtsi new file mode 100644 index 00000000..d9284d65 --- /dev/null +++ b/qcom/sun-dma-heaps.dtsi @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +#include + +&soc { + qcom,dma-heaps { + compatible = "qcom,dma-heaps"; + + }; +}; diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 75fe13e6..b16aa37b 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1161,6 +1161,7 @@ }; }; +#include "sun-dma-heaps.dtsi" #include "msm-arm-smmu-sun.dtsi" #include "sun-pinctrl.dtsi" #include "sun-regulators.dtsi"