mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2025-02-21 19:10:31 +00:00
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:
parent
7cf307d209
commit
5c336e0636
@ -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>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user