Merge "ARM: dts: msm: Enable virtio-mem device for oemvm on tuna"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ac7c3d647a
@@ -217,6 +217,8 @@
|
|||||||
qcom,mem-buf {
|
qcom,mem-buf {
|
||||||
compatible = "qcom,mem-buf";
|
compatible = "qcom,mem-buf";
|
||||||
qcom,mem-buf-capabilities = "consumer";
|
qcom,mem-buf-capabilities = "consumer";
|
||||||
|
qcom,ipa-range = <0x0 0x0 0xf 0xffffffff>;
|
||||||
|
qcom,dmabuf-ipa-size = <0x1 0x00000000>; /* 4GB IPA space for dmabuf */
|
||||||
qcom,vmid = <49>;
|
qcom,vmid = <49>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -225,6 +227,14 @@
|
|||||||
qcom,msgq-names = "oem_vm";
|
qcom,msgq-names = "oem_vm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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_smcinvoke {
|
qcom_smcinvoke {
|
||||||
compatible = "qcom,smcinvoke";
|
compatible = "qcom,smcinvoke";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user