diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-01-12 14:22:54 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 23:09:14 +0100 |
commit | fb45105a838f8806f908a9fdf1269355b5daac56 (patch) | |
tree | f9c2e5c428d7ea9723dfd84ecc08c9c4006a952c /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: sbc-t3530: add support for sbc-t3530 (diff) | |
download | linux-fb45105a838f8806f908a9fdf1269355b5daac56.tar.xz linux-fb45105a838f8806f908a9fdf1269355b5daac56.zip |
ARM: dts: sbc-t3517: add support for sbc-t3517
Add support for CM-T3517 CoM and SBC-T3517 board.
reused common support for sbc-t3x boards
(omap3-cm-t3x.dtsi, omap3-sb-t35.dtsi):
* SB-T35 baseboard eth
* MMC1, UART3
* HS USB Port 1/2
* I2C1/3
* Heartbit led
Added basic support for:
* MMC1 wp/cd signals
* CM-T3517 Usb Hub
* WL12xx WiFi chip
* Davinci EMAC
* AM35X OTG
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
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 60b8981726ef..3d2d8a57a793 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -198,6 +198,8 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ omap2420-n810-wimax.dtb \ omap3430-sdp.dtb \ omap3-beagle.dtb \ + omap3-cm-t3517.dtb \ + omap3-sbc-t3517.dtb \ omap3-cm-t3530.dtb \ omap3-sbc-t3530.dtb \ omap3-cm-t3730.dtb \ |