ARM: dts: msm: Add mem-offline device for kera
Add the device-tree node for the mem-offline driver to enable memory offlining and convey the sizes of the offlineable memory. Describe the communication channel used to communicate with the firmware which supports onlining and offlining of memory. Change-Id: I6c7868545fe7601d3cc2c6d5ea95c980046c52b4 Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
@@ -39,6 +39,13 @@
|
||||
|
||||
ddr-regions { };
|
||||
|
||||
mem-offline {
|
||||
compatible = "qcom,mem-offline";
|
||||
offline-sizes = <0x2 0xc0000000 0x1 0x0>;
|
||||
granule = <512>;
|
||||
qcom,qmp = <&aoss_qmp>;
|
||||
};
|
||||
|
||||
firmware: firmware {
|
||||
qcom_scm: qcom_scm { };
|
||||
};
|
||||
|
Reference in New Issue
Block a user