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 <jrtc27@jrtc27.com>
Change-Id: Iea3214a23181c54e600cf8f4f12dfc822140c23d
This commit is contained in:
Jessica Clarke 2020-10-25 18:10:24 +00:00 committed by Jagadeesh Ujja
parent 7cf307d209
commit 5c336e0636

View File

@ -81,7 +81,7 @@
};
virtio_rng@1c190000 {
compatible = "virtio,mmio","virtio-rng";
compatible = "virtio,mmio";
reg = <0x0 0x1c190000 0x0 0x200>;
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
};