ARM: dts: msm: Add initial ION heaps for Shima

Add the system and secure system carveout heaps for Shima.

Change-Id: Ib8afe58d05d7ad7fbae9469b6af09c3f6fd44df7
This commit is contained in:
Faiyaz Mohammed
2020-03-19 09:18:23 +05:30
parent f821558081
commit 6c959a3f9b
2 changed files with 21 additions and 0 deletions

20
qcom/shima-ion.dtsi Normal file
View File

@@ -0,0 +1,20 @@
#include <dt-bindings/arm/msm/msm_ion_ids.h>
&soc {
qcom,ion {
compatible = "qcom,msm-ion";
#address-cells = <1>;
#size-cells = <0>;
system_heap: qcom,ion-heap@25 {
reg = <ION_SYSTEM_HEAP_ID>;
qcom,ion-heap-type = "SYSTEM";
};
system_secure_heap: qcom,ion-heap@9 {
reg = <ION_SECURE_HEAP_ID>;
qcom,ion-heap-type = "SYSTEM_SECURE";
};
};
};

View File

@@ -392,6 +392,7 @@
#include "shima-pinctrl.dtsi"
#include "shima-stub-regulator.dtsi"
#include "shima-gdsc.dtsi"
#include "shima-ion.dtsi"
&gcc_pcie_0_gdsc {
status = "ok";