diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-10-05 10:09:40 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-10-18 09:35:43 -0700 |
commit | c246e9d6f6bc04f2abdec41cac28358db58abf2c (patch) | |
tree | e007e3ece7032b5e30d745a1aaa179d40f538591 /arch/arm64/boot/dts/amlogic/Makefile | |
parent | 698ec9beba304114b23f72e9684a0282bc49cc94 (diff) | |
download | linux-c246e9d6f6bc04f2abdec41cac28358db58abf2c.tar.bz2 |
ARM64: dts: meson-gxbb: Add support for the Nexbox A95X Board
Add support for the S905 (GXBB) version of the Nexbox A95X.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
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 57e0ae054dbc..5a640504a127 100644 --- a/arch/arm64/boot/dts/amlogic/Makefile +++ b/arch/arm64/boot/dts/amlogic/Makefile @@ -1,3 +1,4 @@ +dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-nexbox-a95x.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-odroidc2.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-p200.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-p201.dtb |