From patchwork Tue Apr 15 15:09:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Nelson X-Patchwork-Id: 3993621 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9CD8C9F336 for ; Tue, 15 Apr 2014 15:10:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BDBAD2022D for ; Tue, 15 Apr 2014 15:10:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BCE9E2022A for ; Tue, 15 Apr 2014 15:10:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751491AbaDOPKI (ORCPT ); Tue, 15 Apr 2014 11:10:08 -0400 Received: from mail-ig0-f181.google.com ([209.85.213.181]:57441 "EHLO mail-ig0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750913AbaDOPKG (ORCPT ); Tue, 15 Apr 2014 11:10:06 -0400 Received: by mail-ig0-f181.google.com with SMTP id h18so4542260igc.8 for ; Tue, 15 Apr 2014 08:10:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=cTwrPOXB4fMR2QAp0GdlxIF7qcKqm8s8B6zQMA3KVTo=; b=KjkHMHii94owjXoDXicI1KZP/uaRQrvU+oYVS2+MN9crzGN6KgY+94bZ4vsuPU5eDE kFO79wMqMJmyLOa9kjjwRdDp5GljDYUG8H8Q73WNCrlQD2PtR0abwlaeTxtqmMvmNZVC DLzsR8DuOKDOeuFELpujbVw5/JH0xzyjwnLldMx519VhMHrMbrJIvGMw1TW5RxQnPhZn XgAFvxdm2JvOOiGhRJ6HMQpixU5U3qQMbVe7AekWs8P2THKHBfxY9Fi4sxkGT1velvjr mLCs2FXpRsLh2j0JsYe199dtb/WWTm8f7hT1dUdsdOwg7rslnHf71pbXYNArpTNCvuQB V4mg== X-Received: by 10.50.1.5 with SMTP id 5mr23986040igi.13.1397574605317; Tue, 15 Apr 2014 08:10:05 -0700 (PDT) Received: from localhost.localdomain ([64.77.213.245]) by mx.google.com with ESMTPSA id on9sm38401620igb.11.2014.04.15.08.10.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 15 Apr 2014 08:10:04 -0700 (PDT) From: Robert Nelson To: bcousson@baylibre.com, tony@atomide.com Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Robert Nelson Subject: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B Date: Tue, 15 Apr 2014 10:09:59 -0500 Message-Id: <1397574599-29573-1-git-send-email-robertcnelson@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C Signed-off-by: Robert Nelson --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 35c146f..0bdeba3 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 \ 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 0000000..9d81123 --- /dev/null +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts @@ -0,0 +1,15 @@ +/* + * 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; +};