From 4a37134f5f739a2cfed6426d296f7755044d2d28 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Wed, 6 Jun 2018 18:28:43 +0100 Subject: 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 Reviewed-by: Ciro Santilli Reviewed-on: https://gem5-review.googlesource.com/11035 Reviewed-by: Giacomo Travaglini --- system/arm/dt/armv8.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'system/arm/dt/armv8.dts') 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>; }; }; }; -- cgit v1.2.3