summaryrefslogtreecommitdiff
path: root/system/arm/dt/armv8.dts
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas.sandberg@arm.com>2018-06-06 18:28:43 +0100
committerAndreas Sandberg <andreas.sandberg@arm.com>2018-06-14 13:18:18 +0000
commit4a37134f5f739a2cfed6426d296f7755044d2d28 (patch)
tree4a71ff6c2392ce5dd5daeec424722e6b0f185357 /system/arm/dt/armv8.dts
parent424048e55cd7d78d100c0c8c55afa1229759d000 (diff)
downloadgem5-4a37134f5f739a2cfed6426d296f7755044d2d28.tar.xz
system-arm: Split the VExpress_GEM5_V1 base dts
With the introduction of the new DPU model, we need different variations of the VExpress_GEM5_V1 platform. This splits the platform dtsi file into a separate file for the base platform and the HDLCD-based platform. This matches the hierarchy in RealView.py. Change-Id: Id02380122655b5d3aa3548a703fdef178bba17d9 Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Ciro Santilli <ciro.santilli@arm.com> Reviewed-on: https://gem5-review.googlesource.com/11035 Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Diffstat (limited to 'system/arm/dt/armv8.dts')
-rw-r--r--system/arm/dt/armv8.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/arm/dt/armv8.dts b/system/arm/dt/armv8.dts
index 9e07decbd..20d58a812 100644
--- a/system/arm/dt/armv8.dts
+++ b/system/arm/dt/armv8.dts
@@ -112,8 +112,8 @@
virt-encoder {
compatible = "drm,virtual-encoder";
port {
- hdlcd0_virt_input: endpoint@0 {
- remote-endpoint = <&hdlcd0_output>;
+ dp0_virt_input: endpoint@0 {
+ remote-endpoint = <&dp0_output>;
};
};
@@ -136,12 +136,12 @@
};
};
-&hdlcd0 {
+&dp0 {
status = "ok";
port {
- hdlcd0_output: endpoint@0 {
- remote-endpoint = <&hdlcd0_virt_input>;
+ dp0_output: endpoint@0 {
+ remote-endpoint = <&dp0_virt_input>;
};
};
};