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 09f682c8..4a90d32c 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1243,6 +1243,7 @@ }; }; +#include "sun-dma-heaps.dtsi" #include "msm-arm-smmu-sun.dtsi" #include "sun-pinctrl.dtsi" #include "sun-regulators.dtsi"