
28 Jun
2025
28 Jun
'25
1:24 p.m.
From: Simon Glass <sjg@chromium.org> Add the devicetree snippet to include the new virtio block-device emulator in the test devicetree. Signed-off-by: Simon Glass <sjg@chromium.org> --- arch/sandbox/dts/test.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index d0384e9b7e1..c880cc56818 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -1704,6 +1704,14 @@ virtio-type = <VIRTIO_ID_BLOCK>; }; + virtio-blk { + compatible = "sandbox,virtio-blk-emul"; + + mmio { + compatible = "sandbox,virtio-emul"; + }; + }; + sandbox_scmi { compatible = "sandbox,scmi-devices"; power-domains = <&pwrdom_scmi 2>; -- 2.43.0