diff --git a/qcom/trustedvm-ion.dtsi b/qcom/trustedvm-ion.dtsi new file mode 100644 index 00000000..917f7f01 --- /dev/null +++ b/qcom/trustedvm-ion.dtsi @@ -0,0 +1,15 @@ +#include + +/ { + qcom,ion { + compatible = "qcom,msm-ion"; + #address-cells = <1>; + #size-cells = <0>; + + tui_heap: qcom,ion-heap-tui { /* TRUSTED UI CARVEOUT HEAP */ + reg = ; + qcom,dynamic-heap; + qcom,ion-heap-type = "CARVEOUT"; + }; + }; +}; diff --git a/qcom/trustedvm.dtsi b/qcom/trustedvm.dtsi index 770e29a4..474ab4c5 100644 --- a/qcom/trustedvm.dtsi +++ b/qcom/trustedvm.dtsi @@ -91,3 +91,5 @@ ; }; }; + +#include "trustedvm-ion.dtsi"