mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add support for ION for the trusted-VM
Add support for ION, and the trusted UI dynamic carveout heap, for the trusted-VM. Change-Id: I1816819a94e4bf38d991bec5bccfc0c8572f1e81
This commit is contained in:
15
qcom/trustedvm-ion.dtsi
Normal file
15
qcom/trustedvm-ion.dtsi
Normal file
@@ -0,0 +1,15 @@
|
||||
#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 = "CARVEOUT";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -91,3 +91,5 @@
|
||||
<GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "trustedvm-ion.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user