dev-arm: Allow IOMMU binding to HDLcd
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Wed, 14 Aug 2019 10:36:58 +0000 (11:36 +0100)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 16 Sep 2019 09:10:43 +0000 (09:10 +0000)
Change-Id: I894080e7bd76e7efedef141c937e1561c0c0527c
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20841
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

src/dev/arm/RealView.py

index 4a353164ad4c1a60d37e8d8e2647d08a1ac14ec3..99f79eed874d3a0145c738d359bb9813f11a1a95 100644 (file)
@@ -506,6 +506,8 @@ class HDLcd(AmbaDmaDevice):
         # See the driver for more information.
         node.append(FdtPropertyStrings("status", ["disabled"]))
 
+        self.addIommuProperty(state, node)
+
         yield node
 
 class RealView(Platform):