Re: [PATCH V2.1 5/5] virtio: Bind virtio device to device-tree node
From: Arnd Bergmann <arnd@kernel.org>
Date: 2021-07-23 09:00:53
Also in:
lkml
From: Arnd Bergmann <arnd@kernel.org>
Date: 2021-07-23 09:00:53
Also in:
lkml
On Fri, Jul 23, 2021 at 8:12 AM Viresh Kumar [off-list ref] wrote:
Bind the virtio devices with their of_node. This will help users of the virtio devices to mention their dependencies on the device in the DT itself. Like GPIO pin users can use the phandle of the device node, or the node may contain more subnodes to add i2c or spi eeproms and other users. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>