aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVincent Whitchurch <vincent.whitchurch@axis.com>2021-12-21 10:04:46 +0100
committerRichard Weinberger <richard@nod.at>2021-12-22 20:40:05 +0100
commitdb0dd9cee82270e032123169ceff659eced5115d (patch)
tree6e8ddc33710c02791c869cf0e7d727f294887846 /include
parentum: Add devicetree support (diff)
downloadlinux-dev-db0dd9cee82270e032123169ceff659eced5115d.tar.xz
linux-dev-db0dd9cee82270e032123169ceff659eced5115d.zip
um: virtio_uml: Allow probing from devicetree
Allow the virtio_uml device to be probed from the devicetree so that sub-devices can be specified using the standard virtio bindings, for example: virtio@1 { compatible = "virtio,uml"; socket-path = "i2c.sock"; virtio-device-id = <0x22>; i2c-controller { compatible = "virtio,device22"; #address-cells = <0x01>; #size-cells = <0x00>; light-sensor@01 { compatible = "ti,opt3001"; reg = <0x01>; }; }; }; Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions