summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
diff options
context:
space:
mode:
authorRobert Nelson <robertcnelson@gmail.com>2014-04-15 10:09:59 -0500
committerTony Lindgren <tony@atomide.com>2014-04-18 16:50:23 -0700
commitef78f3869c37c480f1d58462a760a40dabc823f4 (patch)
tree77312a387277588d11e90811cd5c92b27adfde8d /arch/arm/boot/dts/omap3-beagle-xm-ab.dts
parentbe2fa17a568e0b3b6dc5c46d30d5eafdad3a1f77 (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/omap3-beagle-xm-ab.dts')
-rw-r--r--arch/arm/boot/dts/omap3-beagle-xm-ab.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
new file mode 100644
index 000000000000..7ac3bcf59d59
--- /dev/null
+++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "omap3-beagle-xm.dts"
+
+/ {
+ /* HS USB Port 2 Power enable was inverted with the xM C */
+ hsusb2_power: hsusb2_power_reg {
+ enable-active-high;
+ };
+};