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"