mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Adjust size of Kalama Trusted VM
The 4 KB chunk of memory used for storing dmesg logs is carved out from the Trusted VM's total size, so reduce the VM's size accordingly. Change-Id: Iaaf0374666255ea782fd473f5ea2b014516e7c6e
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
#address-cells = <0x2>;
|
||||
#size-cells = <0x0>;
|
||||
base-address = <0x0 0xf3c00000>;
|
||||
size-min = <0x0 0x41ef000>; /* 65 MB */
|
||||
size-min = <0x0 0x41ee000>; /* 65 MB - 4 KB */
|
||||
};
|
||||
|
||||
segments {
|
||||
|
||||
Reference in New Issue
Block a user