diff options
author | Marc Gonzalez <marc_gonzalez@sigmadesigns.com> | 2015-12-15 10:39:19 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-23 00:12:07 +0100 |
commit | cad008b8a77e66b799db3aa128873542b3fb9256 (patch) | |
tree | 86ab07f4ab26f56e62b961872da3118b554fa4f9 /arch/arm/boot/dts/Makefile | |
parent | Merge tag 'sunxi-dt-for-4.5-2' of https://git.kernel.org/pub/scm/linux/kernel... (diff) | |
download | linux-cad008b8a77e66b799db3aa128873542b3fb9256.tar.xz linux-cad008b8a77e66b799db3aa128873542b3fb9256.zip |
ARM: dts: tango4: Initial device trees
This device tree was tested on a Sigma Designs SMP8758 Vantage-1172
Rev E1 development board.
Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
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 c1ac5f2932d1..c34dcbde8539 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -693,6 +693,8 @@ dtb-$(CONFIG_MACH_SUN8I) += \ dtb-$(CONFIG_MACH_SUN9I) += \ sun9i-a80-optimus.dtb \ sun9i-a80-cubieboard4.dtb +dtb-$(CONFIG_ARCH_TANGO) += \ + tango4-vantage-1172.dtb dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += \ tegra20-harmony.dtb \ tegra20-iris-512.dtb \ |