diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-11-22 11:00:46 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-11-28 21:05:45 +0100 |
commit | f51b454549b81258c1e0bb4aec199c810a3ec5a0 (patch) | |
tree | 1cb23aff1642929a28087314dd97fd2197ea401e /arch/arm64/boot/dts/amlogic/Makefile | |
parent | ARM64: dts: Add support for Meson GXM (diff) | |
download | linux-f51b454549b81258c1e0bb4aec199c810a3ec5a0.tar.xz linux-f51b454549b81258c1e0bb4aec199c810a3ec5a0.zip |
ARM64: dts: meson-gxm: Add support for the Nexbox A1
Add support for the Nexbox A1 board based on the Amlogic S912 SoC.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
[khilman: replace '_' in node-names with '-']
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/Makefile b/arch/arm64/boot/dts/amlogic/Makefile index 7752a1647661..2fbb8e39bba4 100644 --- a/arch/arm64/boot/dts/amlogic/Makefile +++ b/arch/arm64/boot/dts/amlogic/Makefile @@ -10,6 +10,7 @@ dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-p230.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-p231.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxm-s912-q200.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxm-s912-q201.dtb +dtb-$(CONFIG_ARCH_MESON) += meson-gxm-nexbox-a1.dtb always := $(dtb-y) subdir-y := $(dts-dirs) |