From patchwork Wed Jul 9 11:56:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 4514411 Return-Path: X-Original-To: patchwork-linux-arm@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 7EA2C9F1C4 for ; Wed, 9 Jul 2014 11:58:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 76002201F5 for ; Wed, 9 Jul 2014 11:58:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AD66620142 for ; Wed, 9 Jul 2014 11:58:41 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X4qUK-0008R0-8K; Wed, 09 Jul 2014 11:56:40 +0000 Received: from mail-out.m-online.net ([212.18.0.9]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X4qUH-0008GX-PN for linux-arm-kernel@lists.infradead.org; Wed, 09 Jul 2014 11:56:38 +0000 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3h7f9l6V7Yz3hhq3; Wed, 9 Jul 2014 13:56:11 +0200 (CEST) X-Auth-Info: kVEY1wJIhCgwSfCUecH02LCj89PiPdmx/X4oaGn8yEY= Received: from chi.marex.prg (host-82-135-33-74.customer.m-online.net [82.135.33.74]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 3h7f9k0wSRz7S6Kn; Wed, 9 Jul 2014 13:56:07 +0200 (CEST) From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: dts: mx5: Move the USB pinmux to USB node on M53EVK Date: Wed, 9 Jul 2014 13:56:01 +0200 Message-Id: <1404906961-11920-1-git-send-email-marex@denx.de> X-Mailer: git-send-email 2.0.0 In-Reply-To: <20140628151551.GE7869@dragon> References: <20140628151551.GE7869@dragon> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140709_045637_993038_06D07132 X-CRM114-Status: GOOD ( 10.13 ) X-Spam-Score: -0.0 (/) Cc: Marek Vasut , Shawn Guo X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-2.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, 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 USB pinmux should be in the USB Host1 node, not in the Hog node of the pinmux controller. Signed-off-by: Marek Vasut Cc: Shawn Guo --- arch/arm/boot/dts/imx53-m53evk.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx53-m53evk.dts b/arch/arm/boot/dts/imx53-m53evk.dts index 1883d0d..d0e0f57 100644 --- a/arch/arm/boot/dts/imx53-m53evk.dts +++ b/arch/arm/boot/dts/imx53-m53evk.dts @@ -158,7 +158,7 @@ &iomuxc { pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_hog &pinctrl_usb>; + pinctrl-0 = <&pinctrl_hog>; imx53-m53evk { pinctrl_usb: usbgrp { @@ -343,6 +343,8 @@ }; &usbh1 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usb>; vbus-supply = <®_usbh1_vbus>; phy_type = "utmi"; status = "okay";