Re: [PATCH V4 1/5] dt-bindings: virtio: Add binding for virtio devices
From: Arnd Bergmann <arnd@kernel.org>
Date: 2021-07-27 07:51:52
Also in:
lkml
From: Arnd Bergmann <arnd@kernel.org>
Date: 2021-07-27 07:51:52
Also in:
lkml
On Tue, Jul 27, 2021 at 7:23 AM Viresh Kumar [off-list ref] wrote:
Allow virtio device sub-nodes to be added to the virtio mmio or pci nodes. The compatible property for virtio device must be of the format "virtio,device<ID>", where ID is virtio device ID in hexadecimal format. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>