]> git.baikalelectronics.ru Git - uboot.git/commit
test: dm: virtio: Test virtio device driver probing
authorAndrew Scull <ascull@google.com>
Mon, 16 May 2022 10:41:38 +0000 (10:41 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jun 2022 13:24:04 +0000 (09:24 -0400)
commitf42dd63b1bfaa6df8800e43d3950a3a94e11d92f
treeeb80aed3febc2081b2338e425374ec36e473a191
parent1f8967834c611f8cadf605e0f0902dcfac9468d8
test: dm: virtio: Test virtio device driver probing

Once the virtio-rng driver has been bound, probe it to trigger the pre
and post child probe hooks of the virtio uclass driver. Check the status
of the virtio device to confirm it reached the expected state.

Signed-off-by: Andrew Scull <ascull@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/virtio_device.c