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:
Zhenhua Huang
2022-10-21 17:06:55 +08:00
parent 3307d1f276
commit fb142f7d3c

View File

@@ -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 */