Re: [PATCH V3 1/2] docs: Allow generic virtio device types to contain device-id

2023-04-28 Thread Anthony PERARD
On Thu, Apr 06, 2023 at 02:28:17PM +0530, Viresh Kumar wrote: > For generic virtio devices, where we don't need to add compatible or > other special DT properties, the type field is set to "virtio,device". > > But this misses the case where the user sets the type with a valid > virtio device id

[PATCH V3 1/2] docs: Allow generic virtio device types to contain device-id

2023-04-06 Thread Viresh Kumar
For generic virtio devices, where we don't need to add compatible or other special DT properties, the type field is set to "virtio,device". But this misses the case where the user sets the type with a valid virtio device id as well, like "virtio,device1a" for file system device. The complete list