mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Add initial ION heaps for Lahaina"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ab7fda2e71
27
qcom/lahaina-ion.dtsi
Normal file
27
qcom/lahaina-ion.dtsi
Normal 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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user