diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2015-03-01 19:19:26 +0100 |
---|---|---|
committer | Carlo Caione <carlo@endlessm.com> | 2015-03-02 11:01:03 +0100 |
commit | b3e67c9112f6268045f78a61274fda2c7250c5c9 (patch) | |
tree | 3a6bc066c55a676a323c210ada5c1c0d389da067 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: meson8: add pinctrl node (diff) | |
download | linux-b3e67c9112f6268045f78a61274fda2c7250c5c9.tar.xz linux-b3e67c9112f6268045f78a61274fda2c7250c5c9.zip |
ARM: dts: meson: add DTS file for MINIX NEO-X8
Add a DTS file for MINIX NEO-X8, a Meson8-based digital media player.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index a1c776b8dcec..bcde1927383f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -199,6 +199,8 @@ dtb-$(CONFIG_ARCH_LPC32XX) += \ ea3250.dtb phy3250.dtb dtb-$(CONFIG_MACH_MESON6) += \ meson6-atv1200.dtb +dtb-$(CONFIG_MACH_MESON8) += \ + meson8-minix-neo-x8.dtb dtb-$(CONFIG_ARCH_MMP) += \ pxa168-aspenite.dtb \ pxa910-dkb.dtb \ |