From 5c336e0636ad24692daf5cd7bab8a54906260a7a Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sun, 25 Oct 2020 18:10:24 +0000 Subject: [PATCH] fdts: Remove "virtio-rng" from Morello FVP This is not a standard string that any kernel recognises, nor do any of the FDTs embedded in kernels specify this, nor does QEMU's virt machine. Whilst its presence does no harm, it's not a thing code should consult as a result, and so drop it in order to not cause confusion and risk incorrect code being written to search for it. Signed-off-by: Jessica Clarke Change-Id: Iea3214a23181c54e600cf8f4f12dfc822140c23d --- fdts/morello-fvp.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdts/morello-fvp.dts b/fdts/morello-fvp.dts index 2218b2aaf..00b4c43aa 100644 --- a/fdts/morello-fvp.dts +++ b/fdts/morello-fvp.dts @@ -81,7 +81,7 @@ }; virtio_rng@1c190000 { - compatible = "virtio,mmio","virtio-rng"; + compatible = "virtio,mmio"; reg = <0x0 0x1c190000 0x0 0x200>; interrupts = ; }; -- 2.39.5