summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Travaglini <giacomo.travaglini@arm.com>2019-08-14 11:36:58 +0100
committerGiacomo Travaglini <giacomo.travaglini@arm.com>2019-09-16 09:10:43 +0000
commit59aed6f3bd400b0182cfcb3dc6cc820dfc49e2df (patch)
tree3045c3cdd9852128d9763e6025de538e5b5519ea
parent587c94c7735c652be9ab12a8050f08ce0f834113 (diff)
downloadgem5-59aed6f3bd400b0182cfcb3dc6cc820dfc49e2df.tar.xz
dev-arm: Allow IOMMU binding to HDLcd
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>
-rw-r--r--src/dev/arm/RealView.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/arm/RealView.py b/src/dev/arm/RealView.py
index 4a353164a..99f79eed8 100644
--- a/src/dev/arm/RealView.py
+++ b/src/dev/arm/RealView.py
@@ -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):