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:
Patrick Daly
2023-12-01 11:53:34 -08:00
parent 9eabd511d3
commit c9ddf16357
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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 {