ARM: dts: msm: Enable virtio-mem device for sun-vm
Describe the properties of the memory region virtio-mem supports. Change-Id: I041e1046fd59f0c666193a01e6b7bd23a1931bb2 Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
@@ -396,6 +396,14 @@
|
||||
compatible = "qcom,mem-buf-msgq";
|
||||
};
|
||||
|
||||
virtio_mem_device {
|
||||
compatible = "qcom,virtio-mem";
|
||||
/* Must be memory_block_size_bytes() aligned */
|
||||
qcom,max-size = <0x0 0x10000000>;
|
||||
qcom,ipa-range = <0x0 0x0 0xf 0xffffffff>;
|
||||
qcom,block-size = <0x400000>;
|
||||
};
|
||||
|
||||
qcom,gunyah-panic-notifier {
|
||||
compatible = "qcom,gh-panic-notifier";
|
||||
gunyah-label = <9>;
|
||||
|
Reference in New Issue
Block a user