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 memory-offline node for ravelin
Add memory offline node on ravelin. This is used to operate hotplugging on the memory. Change-Id: I109838c193b5c49057f717f5db2255aa0316742c
This commit is contained in:
@@ -26,6 +26,15 @@
|
||||
|
||||
reserved_memory: reserved-memory { };
|
||||
|
||||
mem-offline {
|
||||
compatible = "qcom,mem-offline";
|
||||
offline-sizes = <0x1 0x40000000 0x0 0x40000000>,
|
||||
<0x1 0xc0000000 0x0 0x80000000>,
|
||||
<0x2 0xc0000000 0x1 0x40000000>;
|
||||
granule = <512>;
|
||||
mboxes = <&qmp_aop 0>;
|
||||
};
|
||||
|
||||
aliases {
|
||||
serial0 = &qupv3_se2_2uart;
|
||||
ufshc1 = &ufshc_mem; /* Embedded UFS Slot */
|
||||
|
||||
Reference in New Issue
Block a user