diff options
author | Robert Nelson <robertcnelson@gmail.com> | 2014-04-15 10:09:59 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-04-18 16:50:23 -0700 |
commit | ef78f3869c37c480f1d58462a760a40dabc823f4 (patch) | |
tree | 77312a387277588d11e90811cd5c92b27adfde8d /arch/arm/boot/dts/Makefile | |
parent | be2fa17a568e0b3b6dc5c46d30d5eafdad3a1f77 (diff) |
ARM: dts: Add support for the BeagleBoard xM A/B
BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
[tony@atomide.com: updated for missing bracket]
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 35c146f31e4..0bdeba3f2da 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ omap3-sbc-t3730.dtb \ omap3-devkit8000.dtb \ omap3-beagle-xm.dtb \ + omap3-beagle-xm-ab.dtb \ omap3-evm.dtb \ omap3-evm-37xx.dtb \ omap3-ldp.dtb \ |