Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: virtio: mmio: add optional wakeup-source property

Some systems want to set the interrupt of virtio_mmio device
as a wakeup source. On such systems, we'll use the existence
of the "wakeup-source" property as a signal of requirement.

Signed-off-by: Minghao Xue <quic_mingxue@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-Id: <1654851507-13891-2-git-send-email-quic_mingxue@quicinc.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

authored by

Minghao Xue and committed by
Michael S. Tsirkin
51ded7cd 366958a7

+4
+4
Documentation/devicetree/bindings/virtio/mmio.yaml
··· 33 33 description: Required for devices making accesses thru an IOMMU. 34 34 maxItems: 1 35 35 36 + wakeup-source: 37 + type: boolean 38 + description: Required for setting irq of a virtio_mmio device as wakeup source. 39 + 36 40 required: 37 41 - compatible 38 42 - reg