diff options
author | Stefan Roese <sr@denx.de> | 2014-08-29 12:40:05 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-08 17:09:11 -0700 |
commit | d3a7a7479f149492b151516d62fff42328446e04 (patch) | |
tree | 41a2e762e0ca5971c37c1c51124f959bbcfd28cf /arch/arm/boot/dts/Makefile | |
parent | 30d95c6d70920348c58649c35a8d41915cd7db9c (diff) | |
download | talos-obmc-linux-d3a7a7479f149492b151516d62fff42328446e04.tar.gz talos-obmc-linux-d3a7a7479f149492b151516d62fff42328446e04.zip |
ARM: dts: omap3: Add Technexion Thunder support (TAO3530 SOM based)
This baseboard is equipped with the Technexion TAO35030 SOM. So
includes this dtsi. Some Thunder specific features are:
- LCD panel
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Thorsten Eisbein <thorsten.eisbein@head-acoustics.de>
Cc: Tapani Utriainen <tapani@technexion.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index ca10479ec622..2026f307d87f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -311,6 +311,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += am3517-craneboard.dtb \ omap3-sbc-t3517.dtb \ omap3-sbc-t3530.dtb \ omap3-sbc-t3730.dtb \ + omap3-thunder.dtb \ omap3-zoom3.dtb dtb-$(CONFIG_SOC_AM33XX) += am335x-base0033.dtb \ am335x-bone.dtb \ |