system-arm: Move display node into a shared DTS file
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 4 Jan 2021 13:04:09 +0000 (13:04 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 25 Jan 2021 16:32:48 +0000 (16:32 +0000)
commit6b355f69a32e78a3260bff7389a1f33030ee1d18
treecd28a23597696c23f6e9d0f55e7fc7b56546baff
parentc9bd435e385df8452b5c86686691b31afe7a890d
system-arm: Move display node into a shared DTS file

armv7, armv8, armv8_big_little DTS files are reusing the same
encoder node; moreover those should really be cpu specific files.

For these reasons, and to make it possible to craft a final DTS
without defining a display phandle, we move the shared code into
a display DTS include file

Change-Id: I4f756807292e492a743bb9ab9ec511011125a436
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38795
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
system/arm/dt/armv7.dts
system/arm/dt/armv8.dts
system/arm/dt/armv8_big_little.dts
system/arm/dt/platforms/display.dtsi [new file with mode: 0644]
system/arm/dt/platforms/vexpress_gem5_v1.dtsi
system/arm/dt/platforms/vexpress_gem5_v2.dtsi