]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: dts: add missing vexpress device trees
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 21 Apr 2019 21:54:37 +0000 (23:54 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 26 Apr 2019 22:58:22 +0000 (18:58 -0400)
commitb85d155199ff717ee1a2c43784db6d7632761679
tree21ec7e452f0f376bd43eb43c5c37c78123af7641
parent50fd31fd7781e979254af49efcbc1fbb4882a751
arm: dts: add missing vexpress device trees

Add the device trees for

* vexpress_ca5x2_defconfig
* vexpress_ca9x4_defconfig
* vexpress_ca15_tc2_defconfig

as available in Linux 5.1 rc5.

We are using the vexpress_ca15_tc2_defconfig and vexpress_ca9x4_defconfig
for Travis testing via QEMU.

The UEFI base Embedded Base Boot Requirements Specification (EBBR) requires
that an embedded board either provides a device tree or an ACPI table.

All block devices are meant to be moved to the driver model. On ARM this
requires a device tree.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/arm/dts/Makefile
arch/arm/dts/vexpress-v2m-rs1.dtsi [new file with mode: 0644]
arch/arm/dts/vexpress-v2m.dtsi [new file with mode: 0644]
arch/arm/dts/vexpress-v2p-ca15_a7.dts [new file with mode: 0644]
arch/arm/dts/vexpress-v2p-ca5s.dts [new file with mode: 0644]
arch/arm/dts/vexpress-v2p-ca9.dts [new file with mode: 0644]