Merge "ARM: dts: msm: Add initial ION heaps for Lahaina"

This commit is contained in:
qctecmdr
2019-08-20 15:14:38 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 28 additions and 0 deletions

27
qcom/lahaina-ion.dtsi Normal file
View File

@@ -0,0 +1,27 @@
&soc {
qcom,ion {
compatible = "qcom,msm-ion";
#address-cells = <1>;
#size-cells = <0>;
system_heap: qcom,ion-heap@25 {
reg = <25>;
qcom,ion-heap-type = "SYSTEM";
};
system_secure_heap: qcom,ion-heap@9 {
reg = <9>;
qcom,ion-heap-type = "SYSTEM_SECURE";
};
qcom,ion-heap@14 { /* SECURE CARVEOUT HEAP */
status = "disabled";
reg = <14>;
qcom,ion-heap-type = "SECURE_CARVEOUT";
cdsp {
memory-region = <&cdsp_secure_heap>;
token = <0x20000000>;
};
};
};
};

View File

@@ -687,5 +687,6 @@
#include "lahaina-pinctrl.dtsi"
#include "lahaina-smp2p.dtsi"
#include "lahaina-ion.dtsi"
#include "msm-arm-smmu-lahaina.dtsi"
#include "lahaina-usb.dtsi"