ARM: dts: msm: updates the shima VM ION same as lahaina

Update the shima VM ION same as lahiana because tui mem-buf feature
of shima is same as lahaina.

Change-Id: Ic1fb0ade5f5b7e6cf1590d0856f51730d36db064
This commit is contained in:
Faiyaz Mohammed
2020-09-03 09:33:32 +05:30
parent 670b377fc9
commit afc0f64f63
2 changed files with 1 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
#include <dt-bindings/arm/msm/msm_ion_ids.h>
/ {
qcom,ion {
compatible = "qcom,msm-ion";
#address-cells = <1>;
#size-cells = <0>;
tui_heap: qcom,ion-heap-tui { /* TRUSTED UI CARVEOUT HEAP */
reg = <ION_TUI_CARVEOUT_HEAP_ID>;
qcom,dynamic-heap;
qcom,ion-heap-type = "MSM_CARVEOUT";
};
};
};

View File

@@ -225,4 +225,4 @@
<GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
};
};
#include "shima-vm-ion.dtsi"
#include "lahaina-vm-ion.dtsi"