aboutsummaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@jrtc27.com>2020-10-25 18:10:24 +0000
committerJagadeesh Ujja <jagadeesh.ujja@arm.com>2020-11-23 09:35:21 +0530
commit5c336e0636ad24692daf5cd7bab8a54906260a7a (patch)
tree7a79a85d8155607ffbcbdd63ee9236207c43defa /fdts
parent7cf307d20972d92996cc42cc7695f0ccf91e767c (diff)
downloadarm-trusted-firmware-5c336e0636ad24692daf5cd7bab8a54906260a7a.tar.gz
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
Diffstat (limited to 'fdts')
-rw-r--r--fdts/morello-fvp.dts2
1 files changed, 1 insertions, 1 deletions
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 = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
};