From patchwork Tue Dec 3 08:33:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Belisko X-Patchwork-Id: 3274411 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 1A0BEC0D4A for ; Tue, 3 Dec 2013 08:34:03 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8418520270 for ; Tue, 3 Dec 2013 08:33:58 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (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 5D62F2026D for ; Tue, 3 Dec 2013 08:33:57 +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 1VnlQV-0007iL-26; Tue, 03 Dec 2013 08:33:51 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VnlQS-0003nM-MX; Tue, 03 Dec 2013 08:33:48 +0000 Received: from mail-ee0-f41.google.com ([74.125.83.41]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VnlQP-0003mB-K3 for linux-arm-kernel@lists.infradead.org; Tue, 03 Dec 2013 08:33:46 +0000 Received: by mail-ee0-f41.google.com with SMTP id t10so1242227eei.14 for ; Tue, 03 Dec 2013 00:33:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=ZByxsqX/hfS5V1CednE2bgqtCwwQXF6LpNLLKBVu9pM=; b=MmTIGBAcXwa5vpr5wgs6cJB/lsg6YP3AG7Z3w1E+gC2g7icHQ9Dy7xm1FYV+a0TtPy nrkn3rC+T9Y+QiDB03Q35EEVXaQsUdd9rDQOXj3l6yeppU0zI2m29IhhaMqvXm84ZmPT j8H2M/YfcDPsA8mrzqEOYURPGlUcdPuubyx3f7gGTA03BOgFY/5262GKr/IVysAsmMd6 P1yxhjiEAdpw6grHN+dQ3OvNKk9mceEg8ekskinQsLscae3NeMtI8EH0EkyQOulbsLI2 YBHS8zwWbWpy+nCVtveJk/AsG1SjaGoSfv3X6G6m8taeLa3Ia+6/fQqvKv4eYHtoynMT mJJQ== X-Received: by 10.14.174.129 with SMTP id x1mr9612116eel.19.1386059597477; Tue, 03 Dec 2013 00:33:17 -0800 (PST) Received: from mbelisko-buntu.sueba (81.89.61.168.vnet.sk. [81.89.61.168]) by mx.google.com with ESMTPSA id h3sm54656162eem.15.2013.12.03.00.33.16 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 03 Dec 2013 00:33:16 -0800 (PST) From: Marek Belisko To: tony@atomide.com, linux@arm.linux.org.uk Subject: [PATCH] omap: twl-common: Fix musb-hdrc device name. Date: Tue, 3 Dec 2013 09:33:09 +0100 Message-Id: <1386059589-4030-1-git-send-email-marek.belisko@open-nandra.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131203_033345_767170_69400F7A X-CRM114-Status: GOOD ( 10.72 ) X-Spam-Score: -2.6 (--) Cc: Marek Belisko , hns@goldelico.com, linux-kernel@vger.kernel.org, kishon@ti.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,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 Without this change when booting omap3 device (gta04) with board file leads to follwing errors: [ 1.203308] musb-hdrc musb-hdrc.0.auto: unable to find phy [ 1.209075] HS USB OTG: no transceiver configured [ 1.214019] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517 and usb isn't working. This is probably regression caused by commit: 6c27f939 Signed-off-by: Marek Belisko --- arch/arm/mach-omap2/twl-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c index b0d54da..3640ce0 100644 --- a/arch/arm/mach-omap2/twl-common.c +++ b/arch/arm/mach-omap2/twl-common.c @@ -92,7 +92,7 @@ void __init omap_pmic_late_init(void) #if defined(CONFIG_ARCH_OMAP3) struct phy_consumer consumers[] = { - PHY_CONSUMER("musb-hdrc.0", "usb"), + PHY_CONSUMER("musb-hdrc.0.auto", "usb"), }; struct phy_init_data init_data = {