ARM: dts: msm: Add mem-buf device for sun
The mem-buf device provides memory related services for shared memory between host and guest VMs. Change-Id: Iade8224fbea6985c69af9cd30d1c441983e91147 Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
@@ -290,6 +290,16 @@
|
||||
qcom,vmid-cp-camera-preview-ro;
|
||||
};
|
||||
|
||||
qcom,mem-buf {
|
||||
compatible = "qcom,mem-buf";
|
||||
qcom,mem-buf-capabilities = "supplier";
|
||||
qcom,vmid = <3>;
|
||||
};
|
||||
|
||||
qcom,mem-buf-msgq {
|
||||
compatible = "qcom,mem-buf-msgq";
|
||||
};
|
||||
|
||||
arch_timer: timer {
|
||||
compatible = "arm,armv8-timer";
|
||||
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
|
||||
|
Reference in New Issue
Block a user