Merge "ARM: dts: msm: Add mem-offline device for sun"

This commit is contained in:
qctecmdr
2023-10-31 16:15:15 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 12 additions and 3 deletions

View File

@@ -47,9 +47,10 @@
mem-offline { mem-offline {
compatible = "qcom,mem-offline"; compatible = "qcom,mem-offline";
offline-sizes = <0x2 0xc0000000 0x1 0x40000000>; status="disabled";
offline-sizes = <0x2 0xc0000000 0x1 0x0>;
granule = <512>; granule = <512>;
mboxes = <&qmp_aop 0>; qcom,qmp = <&aoss_qmp>;
}; };
firmware: firmware { }; firmware: firmware { };

View File

@@ -33,7 +33,7 @@
chosen: chosen { chosen: chosen {
bootargs = "nokaslr kpti=0 log_buf_len=256K swiotlb=0 loop.max_part=7 pcie_ports=compat"; bootargs = "nokaslr kpti=0 log_buf_len=256K swiotlb=0 loop.max_part=7 pcie_ports=compat mem-offline.bypass_send_msg=1";
stdout-path = "/soc/qcom,qupv3_1_geni_se@ac0000/qcom,qup_uart@a9c000:115200n8"; stdout-path = "/soc/qcom,qupv3_1_geni_se@ac0000/qcom,qup_uart@a9c000:115200n8";
}; };
@@ -254,6 +254,14 @@
reserved_memory: reserved-memory { }; reserved_memory: reserved-memory { };
mem-offline {
compatible = "qcom,mem-offline";
status="disabled";
offline-sizes = <0x2 0xc0000000 0x1 0x0>;
granule = <512>;
qcom,qmp = <&aoss_qmp>;
};
soc: soc { }; soc: soc { };
}; };