mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Add reserved mem node for sa410m and scuba-auto
Add reserved memory node for unused memory in region reserved for pil. Change-Id: I0875a2869c400c6496893ec7a5808519f864e245
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
81c3137c83
commit
f08bd476a6
@@ -200,6 +200,11 @@
|
||||
reg = <0x0 0x52910000 0x0 0x5000>;
|
||||
};
|
||||
|
||||
pil_reserved_unused_mem: pil_reserved_unused_region@52915000 {
|
||||
no-map;
|
||||
reg = <0x0 0x52915000 0x0 0xEB000>;
|
||||
};
|
||||
|
||||
tz_stat: tz_stat@53200000 {
|
||||
no-map;
|
||||
reg = <0x0 0x53200000 0x0 0x100000>;
|
||||
|
||||
@@ -186,6 +186,11 @@
|
||||
reg = <0x0 0x52910000 0x0 0x5000>;
|
||||
};
|
||||
|
||||
pil_reserved_unused_mem: pil_reserved_unused_region@52915000 {
|
||||
no-map;
|
||||
reg = <0x0 0x52915000 0x0 0xEB000>;
|
||||
};
|
||||
|
||||
tz_stat: tz_stat@53200000 {
|
||||
no-map;
|
||||
reg = <0x0 0x53200000 0x0 0x100000>;
|
||||
|
||||
Reference in New Issue
Block a user