From patchwork Tue Jul 16 12:56:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2828130 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 898BBC0AB2 for ; Tue, 16 Jul 2013 13:27:03 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 62240201BA for ; Tue, 16 Jul 2013 13:27:02 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DF3B12017F for ; Tue, 16 Jul 2013 13:26:58 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uz4pv-0007UZ-B0; Tue, 16 Jul 2013 12:58:37 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uz4oP-0003ld-7D; Tue, 16 Jul 2013 12:57:01 +0000 Received: from mail-ye0-x236.google.com ([2607:f8b0:4002:c04::236]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uz4oK-0003jc-FO for linux-arm-kernel@lists.infradead.org; Tue, 16 Jul 2013 12:56:57 +0000 Received: by mail-ye0-f182.google.com with SMTP id m12so164133yen.13 for ; Tue, 16 Jul 2013 05:56:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=3JyGXHB93jiAQYVSY29+yaquAS2uEVXmDPWhJgUgPIA=; b=ZhzbvYV3ayUVYw9M3iqieDQ77nbuIMdqUrbctUaG/H/mhQQYA4sG1NzoSyo0hqfOxG wCWnkbXfMYZBud/RL5ekSxsdpNbkBW21ZWCP1zZSuHa1rq7fxfVi8+ElmD0LfsWN/j+R eNRFAYVKhx3qVggKILcJI240QTw+2W61ytNGyvjE7pGLBHnmmXFrkHCayc990Wp0QTEt G8oHgfxFDikQs0feXDAJfoAfT1Kn9+M2ouFgBrPAYtJBoYc3dL4fkQdAx/ZJKAW/dZ7O UUFK8mvtUUlvW8i982RuaIipl/rOyGsWG4J+nd2hjUuK3xHl3V5D7MzMvAKO/aqje6Fr osIQ== X-Received: by 10.236.206.13 with SMTP id k13mr337283yho.205.1373979395473; Tue, 16 Jul 2013 05:56:35 -0700 (PDT) Received: from nano.lab.ossystems.com.br ([177.194.194.146]) by mx.google.com with ESMTPSA id o1sm1104877yho.2.2013.07.16.05.56.32 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 05:56:34 -0700 (PDT) From: Otavio Salvador To: Jonathan Cameron , linux-kernel@vger.kernel.org Subject: [PATCH v2 1/4] ARM: dts: imx23-evk: enable USB PHY and controller Date: Tue, 16 Jul 2013 09:56:12 -0300 Message-Id: <1373979376-31583-1-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.8.3.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130716_085656_635804_EE101C06 X-CRM114-Status: UNSURE ( 8.88 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Fabio Estevam , Shawn Guo , Russell King , linux-arm-kernel@lists.infradead.org, Otavio Salvador X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable 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 The i.MX23EVK board provides a USB port so the USB PHY and controller need to be enabled for it to be usable. Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx23-evk.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/imx23-evk.dts b/arch/arm/boot/dts/imx23-evk.dts index da0588a..dc3ab45 100644 --- a/arch/arm/boot/dts/imx23-evk.dts +++ b/arch/arm/boot/dts/imx23-evk.dts @@ -107,6 +107,16 @@ pinctrl-0 = <&duart_pins_a>; status = "okay"; }; + + usbphy0: usbphy@8007c000 { + status = "okay"; + }; + }; + }; + + ahb@80080000 { + usb0: usb@80080000 { + status = "okay"; }; };