Commit 5c336e06 authored by Jessica Clarke's avatar Jessica Clarke Committed by Jagadeesh Ujja
Browse files

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: default avatarJessica Clarke <jrtc27@jrtc27.com>
Change-Id: Iea3214a23181c54e600cf8f4f12dfc822140c23d
parent 7cf307d2
......@@ -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>;
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment