diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-16 20:59:20 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-23 10:24:39 -0500 |
commit | 975e0e04bbd58b39ad8ad517e20aaaf46eebe2bf (patch) | |
tree | f832b3b6e8d864a2dc033e25021dee4a633ecec4 /arch | |
parent | c4607665da038e3d5e31e85c41293d06e7cb5608 (diff) | |
download | u-boot-975e0e04bbd58b39ad8ad517e20aaaf46eebe2bf.zip u-boot-975e0e04bbd58b39ad8ad517e20aaaf46eebe2bf.tar.gz u-boot-975e0e04bbd58b39ad8ad517e20aaaf46eebe2bf.tar.bz2 |
arm: highbank: Add devicetree files
Add an empty version of this file, so that we can at least build this
board when devicetrees are required.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/Makefile | 2 | ||||
-rw-r--r-- | arch/arm/dts/highbank.dts | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 8bb15b9..453e2fd 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -871,6 +871,8 @@ dtb-$(CONFIG_MX7) += imx7d-sdb.dtb \ dtb-$(CONFIG_ARCH_MX7ULP) += imx7ulp-com.dtb \ imx7ulp-evk.dtb +dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb + dtb-$(CONFIG_ARCH_IMX8) += \ fsl-imx8qm-apalis.dtb \ fsl-imx8qm-mek.dtb \ diff --git a/arch/arm/dts/highbank.dts b/arch/arm/dts/highbank.dts new file mode 100644 index 0000000..1480bad --- /dev/null +++ b/arch/arm/dts/highbank.dts @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* + * Empty devicetree for highbank/midway + */ + +/dts-v1/; + +/ { +}; |