diff options
author | Giacomo Travaglini <giacomo.travaglini@arm.com> | 2019-08-14 11:36:58 +0100 |
---|---|---|
committer | Giacomo Travaglini <giacomo.travaglini@arm.com> | 2019-09-16 09:10:43 +0000 |
commit | 59aed6f3bd400b0182cfcb3dc6cc820dfc49e2df (patch) | |
tree | 3045c3cdd9852128d9763e6025de538e5b5519ea /src/dev/arm | |
parent | 587c94c7735c652be9ab12a8050f08ce0f834113 (diff) | |
download | gem5-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>
Diffstat (limited to 'src/dev/arm')
-rw-r--r-- | src/dev/arm/RealView.py | 2 |
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): |