diff options
author | Uri Mashiach <uri.mashiach@compulab.co.il> | 2015-12-13 11:55:36 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-17 21:03:47 +0300 |
commit | c6135a6fd1576e5daee67b0b2207f035a3eb4de0 (patch) | |
tree | d89a61e634f33249d865c4a670f320700779cb00 /arch/arm/boot/dts/Makefile | |
parent | f3e1dee242054454ebe48551f0ad7848b46ee5e8 (diff) | |
download | linux-c6135a6fd1576e5daee67b0b2207f035a3eb4de0.tar.xz |
ARM: dts: cm-t335: add support for SBC-T335
Add basic support for the SBC-T335.
CompuLab SBC-T335 is a single baseboard computer.
The SBC-T335 is based on the Texas Instruments Cortex-A8 Sitara AM3354
SoC.
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Rob Herring <robh@kernel.org>
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 1cfb2990c40f..297f68f82c98 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -467,6 +467,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-nano.dtb \ am335x-pepper.dtb \ am335x-shc.dtb \ + am335x-sbc-t335.dtb \ am335x-sl50.dtb \ am335x-wega-rdk.dtb dtb-$(CONFIG_ARCH_OMAP4) += \ |