ARM: dts: msm: Automatically online memory to movable zone
After hotplugging in memory, automatically online it to the movable zone. Change-Id: I1dde15451e78196fc261c0bd9b25cdfa91749c4c Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
interrupt-parent = <&vgic>;
|
interrupt-parent = <&vgic>;
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "nokaslr log_buf_len=256K console=hvc0 loglevel=8 swiotlb=noforce";
|
bootargs = "nokaslr log_buf_len=256K console=hvc0 loglevel=8 swiotlb=noforce memhp_default_state=online_movable";
|
||||||
};
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
interrupt-parent = <&vgic>;
|
interrupt-parent = <&vgic>;
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "nokaslr log_buf_len=256K console=hvc0 loglevel=8 swiotlb=noforce";
|
bootargs = "nokaslr log_buf_len=256K console=hvc0 loglevel=8 swiotlb=noforce memhp_default_state=online_movable";
|
||||||
};
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
|
Reference in New Issue
Block a user