ARM: dts: msm: Add mem-offline device for sun
Describe the communication channel used to communicate with the firmware which supports onlining and offlining of memory. Keep the device in a disabled state for now until a conflict between THP and memory-hotplug features can be resolved. Change-Id: I3d74d9d3d58d379b2a91ee976a72dddfb7a221c6 Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
@@ -47,9 +47,10 @@
|
||||
|
||||
mem-offline {
|
||||
compatible = "qcom,mem-offline";
|
||||
offline-sizes = <0x2 0xc0000000 0x1 0x40000000>;
|
||||
status="disabled";
|
||||
offline-sizes = <0x2 0xc0000000 0x1 0x0>;
|
||||
granule = <512>;
|
||||
mboxes = <&qmp_aop 0>;
|
||||
qcom,qmp = <&aoss_qmp>;
|
||||
};
|
||||
|
||||
firmware: firmware { };
|
||||
|
Reference in New Issue
Block a user