Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afc0f64f authored by Faiyaz Mohammed's avatar Faiyaz Mohammed
Browse files

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
parent 670b377f
Loading
Loading
Loading
Loading

qcom/shima-vm-ion.dtsi

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
#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";
		};
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -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"