diff options
author | Tony Lindgren <tony@atomide.com> | 2013-10-14 11:31:43 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-18 10:24:33 -0700 |
commit | c482525659effc9fadc0cef88cffdb6f8c63d2b6 (patch) | |
tree | 119757c349883de2c0855af05fb06b335960a13a /arch/arm/boot/dts/Makefile | |
parent | 5992234bc5f34f3069d0457090d87865ec31fe13 (diff) | |
download | lwn-c482525659effc9fadc0cef88cffdb6f8c63d2b6.tar.gz lwn-c482525659effc9fadc0cef88cffdb6f8c63d2b6.zip |
ARM: dts: Add basic support for zoom3
I've tested serial, MMC, smsc911x and wl12xx on zoom3. As my
omap is an early ES revision, I have not been able to test
off-idle on this one. But anyways, I'd say we have enough
device tree support for the zoom to be able to drop the
board-zoom files. Patches are welcome to add further features
to this .dts file.
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 96d8f1f50430..841cd634d95d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -178,6 +178,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ omap3-gta04.dtb \ omap3-igep0020.dtb \ omap3-igep0030.dtb \ + omap3-zoom3.dtb \ omap4-panda.dtb \ omap4-panda-a4.dtb \ omap4-panda-es.dtb \ |