Commit 6ac02df3 authored by Rob Herring's avatar Rob Herring

dt-bindings: virtio,mmio: Allow setting devices 'dma-coherent'

'virtio,mmio' devices are always coherent within a guest. As Arm DTs
are default non-coherent, the 'dma-coherent' property needs to be set on
the virtio device to mark them as such. This aligns with the QEMU 'virt'
machine DTB.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220310013528.549030-1-robh@kernel.org
parent 094b10cb
......@@ -20,6 +20,8 @@ properties:
reg:
maxItems: 1
dma-coherent: true
interrupts:
maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment