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 initial ION heaps for Shima
Add the system and secure system carveout heaps for Shima. Change-Id: Ib8afe58d05d7ad7fbae9469b6af09c3f6fd44df7
This commit is contained in:
20
qcom/shima-ion.dtsi
Normal file
20
qcom/shima-ion.dtsi
Normal file
@@ -0,0 +1,20 @@
|
||||
#include <dt-bindings/arm/msm/msm_ion_ids.h>
|
||||
|
||||
&soc {
|
||||
qcom,ion {
|
||||
compatible = "qcom,msm-ion";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
system_heap: qcom,ion-heap@25 {
|
||||
reg = <ION_SYSTEM_HEAP_ID>;
|
||||
qcom,ion-heap-type = "SYSTEM";
|
||||
};
|
||||
|
||||
system_secure_heap: qcom,ion-heap@9 {
|
||||
reg = <ION_SECURE_HEAP_ID>;
|
||||
qcom,ion-heap-type = "SYSTEM_SECURE";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
@@ -392,6 +392,7 @@
|
||||
#include "shima-pinctrl.dtsi"
|
||||
#include "shima-stub-regulator.dtsi"
|
||||
#include "shima-gdsc.dtsi"
|
||||
#include "shima-ion.dtsi"
|
||||
|
||||
&gcc_pcie_0_gdsc {
|
||||
status = "ok";
|
||||
|
||||
Reference in New Issue
Block a user