Merge "ARM: dts: msm: Increase virtio-mem maximum size"

This commit is contained in:
QCTECMDR Service
2024-08-07 17:37:30 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -716,9 +716,10 @@
compatible = "qcom,virtio-mem";
depends-on-supply = <&mem_buf_msgq>;
/* Must be memory_block_size_bytes() aligned */
qcom,max-size = <0x0 0x10000000>;
qcom,max-size = <0x0 0x18000000>;
qcom,ipa-range = <0x0 0x0 0xf 0xffffffff>;
qcom,block-size = <0x400000>;
qcom,initial-movable-zone-size = <0x2000000>;
};
qcom,gunyah-panic-notifier {