diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-02-24 18:07:48 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-04 19:16:06 +0100 |
commit | 5eb9b5e5658effc322bf83c58c0a135b0602ab47 (patch) | |
tree | ca95c398fe4173fde0fed04e7d9a8e16fec17fc2 /arch/arm/boot/dts/Makefile | |
parent | Merge tag 'for_3.15/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
download | linux-5eb9b5e5658effc322bf83c58c0a135b0602ab47.tar.xz linux-5eb9b5e5658effc322bf83c58c0a135b0602ab47.zip |
ARM: dts: Add support for OMAP4 Gumstix DuoVero/Parlor
Gumstix DuoVero is an OMAP4430-based Computer On Module.
Parlor is one of the available expansion board.
Tested features:
- GPMC ethernet
- HSUSB2 and OTG
- Audio out
- WiFi and Bluetooth (w2cbw0015 SDIO module)
- LED and button
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
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 fcce17c14bc2..051a883bb683 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -219,6 +219,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ omap3-igep0030.dtb \ omap3-lilly-dbb056.dtb \ omap3-zoom3.dtb \ + omap4-duovero-parlor.dtb \ omap4-panda.dtb \ omap4-panda-a4.dtb \ omap4-panda-es.dtb \ |